fix start of screenfetch

This commit is contained in:
Hendrik Schutter 2024-08-25 09:40:41 +02:00
parent 15b15d1008
commit d225658e0f

View File

@ -2,16 +2,8 @@
Description=screenfetch on tty4
[Service]
WorkingDirectory=/usr/bin/
Type=simple
RemainAfterExit=yes
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
ExecStart=/usr/bin/screenfetch
Restart=on-failure