wip
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user