2020-08-18 13:51:24 +00:00
|
|
|
svc_systemd = {}
|
|
|
|
|
2020-08-21 12:41:01 +00:00
|
|
|
for i in {
|
2020-08-18 13:51:24 +00:00
|
|
|
'google-accounts-daemon.service',
|
|
|
|
'google-accounts-manager.service',
|
|
|
|
'google-clock-skew-daemon.service',
|
|
|
|
'google-clock-sync-manager.service',
|
2020-08-21 12:41:01 +00:00
|
|
|
'google-guest-agent.service',
|
|
|
|
'google-osconfig-agent.service',
|
|
|
|
'google-shutdown-scripts.service',
|
|
|
|
'google-startup-scripts.service',
|
|
|
|
'sshguard.service',
|
|
|
|
|
|
|
|
'google-oslogin-cache.timer',
|
|
|
|
}:
|
2020-08-18 13:51:24 +00:00
|
|
|
svc_systemd[i] = {
|
|
|
|
'enabled': False,
|
|
|
|
'running': False,
|
|
|
|
}
|