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