ansible/roles/unbound/templates/unbound-logrotate.j2

14 lines
188 B
Plaintext
Raw Normal View History

/var/log/unbound/*.log {
daily
rotate 30
missingok
notifempty
compress
delaycompress
sharedscripts
create 644
postrotate
/usr/local/sbin/unbound-control log_reopen
endscript
}