bind-formula/bind/files/debian/logrotate_bind

12 lines
162 B
Text
Raw Normal View History

2014-03-24 10:41:35 +01:00
/var/log/bind9/query.log {
rotate 7
daily
missingok
notifempty
sharedscripts
copytruncate
compress
create 0664 bind root
su
2014-03-24 10:41:35 +01:00
}