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 Description=screenfetch on tty4
[Service] [Service]
WorkingDirectory=/usr/bin/ Type=simple
RemainAfterExit=yes
ExecStart= ExecStart=
ExecStart=-/usr/bin/screenfetch ExecStart=/usr/bin/screenfetch
StandardInput=tty Restart=on-failure
StandardOutput=tty
Restart=always
RestartSec=1
UtmpIdentifier=tty4
TTYPath=/dev/tty4
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
SendSIGHUP=yes