From e85afeb656f07b7c126d9e7ea7bb2a0c25cd27f2 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Mon, 7 Mar 2022 18:04:55 +0100 Subject: [PATCH] fix agetty path on older systems --- groups/applications/autologin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups/applications/autologin.py b/groups/applications/autologin.py index 7aa73dd..e1a6454 100644 --- a/groups/applications/autologin.py +++ b/groups/applications/autologin.py @@ -6,7 +6,7 @@ 'Service': { 'ExecStart': [ '', - '-/usr/sbin/agetty --autologin root --noclear %I $TERM', + '-/sbin/agetty --autologin root --noclear %I $TERM', ], }, },