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,
|
||||||
|
}
|
|
@ -14,6 +14,9 @@ groups['htz-cloud'] = {
|
||||||
}
|
}
|
||||||
|
|
||||||
groups['gce'] = {
|
groups['gce'] = {
|
||||||
|
'bundles': {
|
||||||
|
'gce-workaround',
|
||||||
|
},
|
||||||
'member_patterns': {
|
'member_patterns': {
|
||||||
r"gce\..*",
|
r"gce\..*",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue