summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-09-11 17:55:42 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-09-11 17:55:42 +0300
commit0d6cc1a67470d4c39ec799218dfc43a1f92e6867 (patch)
tree8e9784ca4bed61a13eb604be746c40b29a41eec4 /system
parentf69a67d04099aecbfb5126e4ab8689db0ca18047 (diff)
netdata pid is in run/netdata/netdata.pid
Diffstat (limited to 'system')
-rw-r--r--system/netdata.logrotate.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/netdata.logrotate.in b/system/netdata.logrotate.in
index e7c44c3407..a766b6cce4 100644
--- a/system/netdata.logrotate.in
+++ b/system/netdata.logrotate.in
@@ -7,6 +7,6 @@
notifempty
sharedscripts
postrotate
- /bin/kill -HUP `cat @localstatedir_POST@/run/netdata.pid 2>/dev/null` 2>/dev/null || true
+ /bin/kill -HUP `cat @localstatedir_POST@/run/netdata/netdata.pid 2>/dev/null` 2>/dev/null || true
endscript
}