summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrhnop-client/debian/postinst1
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