logrotateの設定

# vi /etc/logrotate.d/bind9
/var/log/named/*.log {
weekly
missingok
rotate 52
compress
delaycompress
notifempty
create 644 bind bind
sharedscripts
postrotate
/etc/init.d/bind9 reload > /dev/null
endscript
}
#
#