1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

Correct systemctl call

This commit is contained in:
Игорь Чудов 2020-04-20 14:43:55 +04:00
parent 7572fa1ed7
commit 0150e60f3d
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

2
dist/gpupdate-setup vendored
View File

@ -183,7 +183,7 @@ def enable_gp(policy_name):
# Bootstrap the Group Policy engine
command('/usr/sbin/gpoa --nodomain')
# Enable gpupdate-setup.service for all users
command('systemctl --global --user enable gpupdate-user.service')
command('systemctl --global enable gpupdate-user.service')
def main():
arguments = parse_arguments()