fix logrotate postrotate (#14180)
Ilya Mashchenko committed
Dec 23, 2022 at 15:38 UTC
3f140c7e4504fd1d554eda69e60b3851514fd4c8
1 file changed
+1
-1
system/netdata.logrotate.in
+1
-1
@@ -7,6 +7,6 @@
7
notifempty
8
sharedscripts
9
postrotate
10
- /bin/kill -HUP `cat @localstatedir_POST@/run/netdata/netdata.pid 2>/dev/null` 2>/dev/null || true
10
+ /bin/kill -HUP `cat /run/netdata/netdata.pid 2>/dev/null` 2>/dev/null || true
11
endscript
12
}