summaryrefslogtreecommitdiff
path: root/extra/bind/named.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bind/named.logrotate')
-rw-r--r--extra/bind/named.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/bind/named.logrotate b/extra/bind/named.logrotate
index ef1a2d032..5f9a47693 100644
--- a/extra/bind/named.logrotate
+++ b/extra/bind/named.logrotate
@@ -1,6 +1,6 @@
/var/log/named.log {
missingok
postrotate
- /bin/kill -HUP `cat /var/run/named/named.pid 2>/dev/null` 2>/dev/null || true
+ /bin/kill -HUP `cat /run/named/named.pid 2>/dev/null` 2>/dev/null || true
endscript
}