diff options
-rw-r--r-- | remote/modules/systemd/data/usr/lib/systemd/system/getty@.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service b/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service index 2d2940e1..772566d6 100644 --- a/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service +++ b/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service @@ -26,8 +26,9 @@ ConditionPathExists=/dev/tty0 [Service] ExecStartPre=-/opt/openslx/bin/killall fbsplash +ExecStartPre=-/bin/bash -c "echo -e '\033c' > /dev/%i" # the VT is cleared by TTYVTDisallocate -ExecStart=-/sbin/agetty --noclear %I 38400 linux +ExecStart=-/sbin/agetty %I 38400 linux Type=idle Restart=always RestartSec=0 |