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

Merge pull request #51 from altlinux/gpupdate_suppress

Suppress extra output of gpupdate-setup
This commit is contained in:
Evgeny Sinelnikov 2020-04-22 00:37:51 +04:00 committed by GitHub
commit ccf73c4fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
dist/gpupdate-setup vendored
View File

@ -191,7 +191,7 @@ def enable_gp(policy_name):
# Enable oddjobd_gpupdate in PAM config
command('/usr/sbin/control system-policy gpupdate')
# Bootstrap the Group Policy engine
command('/usr/sbin/gpoa --nodomain')
command('/usr/sbin/gpoa --nodomain --loglevel 5')
# Enable gpupdate-setup.service for all users
command('systemctl --global enable gpupdate-user.service')