fix agetty path on older systems
This commit is contained in:
parent
5fd969ebb2
commit
e85afeb656
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
'Service': {
|
'Service': {
|
||||||
'ExecStart': [
|
'ExecStart': [
|
||||||
'',
|
'',
|
||||||
'-/usr/sbin/agetty --autologin root --noclear %I $TERM',
|
'-/sbin/agetty --autologin root --noclear %I $TERM',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue