This commit is contained in:
2026-08-28 11:34:01 +02:00
parent 04a656a053
commit 424ac04695
+2 -1
View File
@@ -1,6 +1,7 @@
[Unit] [Unit]
Description=Getty on %I Description=Getty on %I
After=systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target After=systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target
After=rc-local.service
# If additional gettys are spawned during boot then we should make # If additional gettys are spawned during boot then we should make
# sure that this is synchronized before getty.target, even though # sure that this is synchronized before getty.target, even though
@@ -20,7 +21,7 @@ Before=rescue.service
ConditionPathExists=/dev/tty0 ConditionPathExists=/dev/tty0
[Service] [Service]
ExecStart=-/usr/bin/agetty --autologin forge --noreset --noclear %I ${TERM} ExecStart=-/sbin/agetty --autologin forge --noreset --noclear %I ${TERM}
Type=idle Type=idle
Restart=always Restart=always
RestartSec=0 RestartSec=0