From 15b15d10080652b53b69f5008b095738fa8ced0d Mon Sep 17 00:00:00 2001 From: localhorst Date: Sat, 24 Aug 2024 18:31:33 +0200 Subject: [PATCH] add fond and screenfetch --- appliance.kiwi | 1 + .../getty@tty4.service.d_override.conf | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 root/usr/lib/systemd/system/getty@tty4.service.d/getty@tty4.service.d_override.conf 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