mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
There were two systemctl calls in gpupdate-setup
This commit is contained in:
parent
18e1911bb5
commit
e8833ddee0
2
dist/gpupdate-setup
vendored
2
dist/gpupdate-setup
vendored
@ -155,7 +155,7 @@ def disable_gp():
|
||||
else:
|
||||
command('/usr/sbin/control system-policy local')
|
||||
command('systemctl disable gpupdate.service')
|
||||
command('systemctl --global --user disable gpupdate-user.service')
|
||||
command('systemctl --global disable gpupdate-user.service')
|
||||
|
||||
def enable_gp(policy_name):
|
||||
policy_dir = '/usr/share/local-policy'
|
||||
|
Loading…
x
Reference in New Issue
Block a user