ansible-roles/bind/templates/logrotate_bind

11 lines
164 B
Plaintext

/var/log/bind.log {
weekly
missingok
rotate 8
create 640 bind bind
sharedscripts
postrotate
rndc reload > /dev/null
endscript
}