1
0
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:
Игорь Чудов 2020-04-21 23:58:05 +04:00
parent 18e1911bb5
commit e8833ddee0
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

2
dist/gpupdate-setup vendored
View File

@ -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'