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