11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
/var/log/unbound/*.log {
|
|
weekly
|
|
missingok
|
|
rotate 52
|
|
compress
|
|
notifempty
|
|
postrotate
|
|
/usr/sbin/unbound-control log_reopen
|
|
endscript
|
|
}
|