From 424ac046950028f5a229df7b0ae1a3ef32313ef5 Mon Sep 17 00:00:00 2001 From: klemek Date: Fri, 28 Aug 2026 11:34:01 +0200 Subject: [PATCH] wip --- system/getty@tty1.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/getty@tty1.service b/system/getty@tty1.service index b8420c5..c6d9e1a 100644 --- a/system/getty@tty1.service +++ b/system/getty@tty1.service @@ -1,6 +1,7 @@ [Unit] Description=Getty on %I 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 # sure that this is synchronized before getty.target, even though @@ -20,7 +21,7 @@ Before=rescue.service ConditionPathExists=/dev/tty0 [Service] -ExecStart=-/usr/bin/agetty --autologin forge --noreset --noclear %I ${TERM} +ExecStart=-/sbin/agetty --autologin forge --noreset --noclear %I ${TERM} Type=idle Restart=always RestartSec=0