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