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:
parent
7572fa1ed7
commit
0150e60f3d
2
dist/gpupdate-setup
vendored
2
dist/gpupdate-setup
vendored
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user