summaryrefslogtreecommitdiffstats
path: root/named.logrotate
blob: ccb66d95229eb0832ce60aaa9d0d4f2186509340 (plain)
1
2
3
4
5
6
7
/var/log/named.log {
    missingok
    create 0644 named named
    postrotate
        /sbin/service named reload  2> /dev/null > /dev/null || true
    endscript
}