bundlewrap/groups/applications/autologin.py
2022-03-07 18:04:55 +01:00

22 lines
562 B
Python

{
'metadata': {
'systemd': {
'units': {
'getty@tty1.service.d/override.conf': {
'Service': {
'ExecStart': [
'',
'-/sbin/agetty --autologin root --noclear %I $TERM',
],
},
},
},
'services': {
'getty@tty1.service': {},
},
'logind': {
'NAutoVTs': 1,
},
},
},
}