/var/cache/bind/named.run {
    daily
    rotate 7
    missingok
    notifempty
    compress
    delaycompress
    postrotate
        /usr/sbin/rndc reconfig > /dev/null
    endscript
    su bind bind
}
