summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-08-13 02:13:58 +0300
committerCosta Tsaousis <costa@tsaousis.gr>2016-08-13 02:13:58 +0300
commitb69723411bc73bbee640a760fa2267ec29f4d69e (patch)
tree365664dfb6864805ef57032298eb032ebca91867 /system
parentdb787ff47f80740ae266e0e347a6b49b3a395c35 (diff)
parent2df1f5264655d09623a8eca57496e4ffc2ab312b (diff)
Merge remote-tracking branch 'upstream/master' into health
Diffstat (limited to 'system')
-rw-r--r--system/netdata-init-d.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/netdata-init-d.in b/system/netdata-init-d.in
index 773f643d34..edda9950f0 100644
--- a/system/netdata-init-d.in
+++ b/system/netdata-init-d.in
@@ -13,7 +13,7 @@
DAEMON="netdata"
DAEMON_PATH=@sbindir_POST@
-PIDFILE=@localstatedir_POST@/$DAEMON.pid
+PIDFILE=@localstatedir_POST@/run/$DAEMON.pid
DAEMONOPTS="-P $PIDFILE"
STOP_TIMEOUT="10"