]> arthur.barton.de Git - netdata.git/blobdiff - system/netdata-openrc.in
Let systemd handle killing the processes
[netdata.git] / system / netdata-openrc.in
index f59955015f94fd5ab13b52e136c1267070c2760f..299db5699ffe7bc624579e833a9943136cbecf8f 100755 (executable)
@@ -26,7 +26,8 @@ pidfile="/run/netdata.pid"
 command="${NETDATA_INSTALL_PATH}/usr/sbin/netdata"
 command_background="yes"
 command_args="-pidfile ${pidfile} ${NETDATA_EXTRA_ARGS}"
-start_stop_daemon_args="-u ${NETDATA_OWNER}"
+# start_stop_daemon_args="-u ${NETDATA_OWNER}"
+start_stop_daemon_args=""
 
 depend() {
        use logger