diff options
Diffstat (limited to 'rhnop-client/debian/postinst')
-rwxr-xr-x | rhnop-client/debian/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rhnop-client/debian/postinst b/rhnop-client/debian/postinst index be17051..3ff8b35 100755 --- a/rhnop-client/debian/postinst +++ b/rhnop-client/debian/postinst @@ -6,4 +6,5 @@ set -e if [ "$1" = "configure" ]; then adduser --quiet --system --group --no-create-home --home /var/run/rhnop rhnop chgrp rhnop /etc/rhnop/nopcollectd.*.conf + chgrp rhnop /etc/rhnop/nopsysstated.conf fi |