diff options
Diffstat (limited to 'community/bind/named.logrotate')
-rw-r--r-- | community/bind/named.logrotate | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/bind/named.logrotate b/community/bind/named.logrotate new file mode 100644 index 000000000..5f9a47693 --- /dev/null +++ b/community/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 +} |