bind-formula/bind/files/debian/logrotate_bind

12 lines
165 B
Text
Raw Normal View History

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