bundlewrap/bundles/gce-workaround/items.py

20 lines
478 B
Python
Raw Normal View History

svc_systemd = {}
2020-08-21 12:41:01 +00:00
for i in {
'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',
}:
svc_systemd[i] = {
'enabled': False,
'running': False,
}