fix agetty path on older systems

This commit is contained in:
mwiegand 2022-03-07 18:04:55 +01:00
parent 5fd969ebb2
commit e85afeb656

View file

@ -6,7 +6,7 @@
'Service': {
'ExecStart': [
'',
'-/usr/sbin/agetty --autologin root --noclear %I $TERM',
'-/sbin/agetty --autologin root --noclear %I $TERM',
],
},
},