Franziska Kunsmann
0ebcf9762e
All checks were successful
bundlewrap/pipeline/head This commit looks good
those daemons keep messing with our settings, get rid of them
13 lines
294 B
Python
13 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,
|
|
}
|