bundlewrap/bundles/gce-workaround/items.py
Franzi 4a81c05f6d
All checks were successful
bundlewrap/pipeline/head This commit looks good
I HATE GOOGLE (v2)
2020-08-21 14:41:34 +02:00

20 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,
}