bind-formula/bind/files/debian/logrotate_bind
Skyler Berg 6891f1d7f2 Switch logging dir to /var/log/named for Ubuntu
Apparmor expects /var/log/named to be the logging directory for bind9
in Ubuntu 12.04 (and most likely 14.04).
2014-11-19 16:16:56 -08:00

11 lines
165 B
Text

{{ map.log_dir }}/query.log {
rotate 7
daily
missingok
notifempty
sharedscripts
copytruncate
compress
create 0664 bind root
su
}