summaryrefslogtreecommitdiff
path: root/community/bind/named.logrotate
blob: 5f9a47693f8dcf497c96a1da4047640f27ab076b (plain)
1
2
3
4
5
6
/var/log/named.log {
   missingok
   postrotate
      /bin/kill -HUP `cat /run/named/named.pid 2>/dev/null` 2>/dev/null || true
   endscript
}