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