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

Set GPOA loglevel to FATAL in gpupdate-setup

This commit is contained in:
Игорь Чудов 2020-04-21 23:41:02 +04:00
parent faa0265fd7
commit 34ed296546
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

2
dist/gpupdate-setup vendored
View File

@ -181,7 +181,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')