Compare commits
No commits in common. "main" and "1.1.3.1" have entirely different histories.
@ -2,8 +2,16 @@
|
|||||||
Description=screenfetch on tty4
|
Description=screenfetch on tty4
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
WorkingDirectory=/usr/bin/
|
||||||
RemainAfterExit=yes
|
|
||||||
ExecStart=
|
ExecStart=
|
||||||
ExecStart=/usr/bin/screenfetch
|
ExecStart=-/usr/bin/screenfetch
|
||||||
Restart=on-failure
|
StandardInput=tty
|
||||||
|
StandardOutput=tty
|
||||||
|
Restart=always
|
||||||
|
RestartSec=1
|
||||||
|
UtmpIdentifier=tty4
|
||||||
|
TTYPath=/dev/tty4
|
||||||
|
TTYReset=yes
|
||||||
|
TTYVHangup=yes
|
||||||
|
TTYVTDisallocate=yes
|
||||||
|
SendSIGHUP=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user