bundlewrap/groups/applications/autologin.py
2022-02-12 15:20:00 +01:00

22 lines
566 B
Python

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