bundlewrap/bundles/gce-workaround/items.py
Franzi 0ebcf9762e
All checks were successful
bundlewrap/pipeline/head This commit looks good
add gce workaround
those daemons keep messing with our settings, get rid of them
2020-08-18 15:51:24 +02:00

14 lines
294 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',
'sshguard.service'
):
svc_systemd[i] = {
'enabled': False,
'running': False,
}