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