This commit is contained in:
parent
0d8332ec7e
commit
4a81c05f6d
2 changed files with 9 additions and 13 deletions
|
@ -1,12 +1,18 @@
|
|||
svc_systemd = {}
|
||||
|
||||
for i in (
|
||||
for i in {
|
||||
'google-accounts-daemon.service',
|
||||
'google-accounts-manager.service',
|
||||
'google-clock-skew-daemon.service',
|
||||
'google-clock-sync-manager.service',
|
||||
'sshguard.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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue