those daemons keep messing with our settings, get rid of them
This commit is contained in:
parent
11468cd1e7
commit
0ebcf9762e
2 changed files with 16 additions and 0 deletions
13
bundles/gce-workaround/items.py
Normal file
13
bundles/gce-workaround/items.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue