diff --git a/appliance.kiwi b/appliance.kiwi index 28670fb..f1f70dd 100644 --- a/appliance.kiwi +++ b/appliance.kiwi @@ -67,6 +67,7 @@ + diff --git a/root/usr/lib/systemd/system/getty@tty4.service.d/getty@tty4.service.d_override.conf b/root/usr/lib/systemd/system/getty@tty4.service.d/getty@tty4.service.d_override.conf new file mode 100644 index 0000000..f776474 --- /dev/null +++ b/root/usr/lib/systemd/system/getty@tty4.service.d/getty@tty4.service.d_override.conf @@ -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