diff options
author | root <root@rshg054.dnsready.net> | 2011-09-05 23:14:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-05 23:14:38 +0000 |
commit | e05f52e52ba779f4b0ebb5463dba9fc74f67f0b8 (patch) | |
tree | 426be7e1703e9b4aaec588af1dcec4ae24fe161e /testing/bind/named.logrotate | |
parent | f651180e6b1ac9508ec0d1d9b94972de776020a9 (diff) |
Mon Sep 5 23:14:38 UTC 2011
Diffstat (limited to 'testing/bind/named.logrotate')
-rw-r--r-- | testing/bind/named.logrotate | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/bind/named.logrotate b/testing/bind/named.logrotate new file mode 100644 index 000000000..ef1a2d032 --- /dev/null +++ b/testing/bind/named.logrotate @@ -0,0 +1,6 @@ +/var/log/named.log { + missingok + postrotate + /bin/kill -HUP `cat /var/run/named/named.pid 2>/dev/null` 2>/dev/null || true + endscript +} |