Franziska Kunsmann
4a81c05f6d
All checks were successful
bundlewrap/pipeline/head This commit looks good
19 lines
478 B
Python
19 lines
478 B
Python
svc_systemd = {}
|
|
|
|
for i in {
|
|
'google-accounts-daemon.service',
|
|
'google-accounts-manager.service',
|
|
'google-clock-skew-daemon.service',
|
|
'google-clock-sync-manager.service',
|
|
'google-guest-agent.service',
|
|
'google-osconfig-agent.service',
|
|
'google-shutdown-scripts.service',
|
|
'google-startup-scripts.service',
|
|
'sshguard.service',
|
|
|
|
'google-oslogin-cache.timer',
|
|
}:
|
|
svc_systemd[i] = {
|
|
'enabled': False,
|
|
'running': False,
|
|
}
|