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