@@ -103,6 +103,7 @@
# with force-reload (in case signaling is not supported) are
# considered a success.
mkdir -p /var/run/ntopng/
+chown nobody:nobody /var/run/ntopng
case "$1" in
start)
@@ -122,7 +123,7 @@
fi
fi
echo -n "instance on interface ${IFACE} "
- /sbin/startproc -p /var/run/ntopng/ntopng-${IFACE}.pid $NTOPNG_BIN -i ${IFACEN} ${NTOPNG_OPTS}
+ /sbin/startproc -p /var/run/ntopng/ntopng-${IFACE}.pid $NTOPNG_BIN -i ${IFACEN} -G /var/run/ntopng/ntopng-${IFACE}.pid ${NTOPNG_OPTS}
rc_status -v
done
;;
|