add fond and screenfetch
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=screenfetch on tty4
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/usr/bin/
|
||||
ExecStart=
|
||||
ExecStart=-/usr/bin/screenfetch
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
UtmpIdentifier=tty4
|
||||
TTYPath=/dev/tty4
|
||||
TTYReset=yes
|
||||
TTYVHangup=yes
|
||||
TTYVTDisallocate=yes
|
||||
SendSIGHUP=yes
|
Reference in New Issue
Block a user