Skip to content

Instantly share code, notes, and snippets.

@kanyck
Forked from kometchtech/unbound
Created January 23, 2021 10:13
Show Gist options
  • Select an option

  • Save kanyck/0c330efbb50fe055451a2efcd37c86a9 to your computer and use it in GitHub Desktop.

Select an option

Save kanyck/0c330efbb50fe055451a2efcd37c86a9 to your computer and use it in GitHub Desktop.
logrotate unbound
/var/log/unbound/*.log {
weekly
rotate 7
missingok
notifempty
compress
delaycompress
sharedscripts
create 644
postrotate
/usr/local/sbin/unbound-control log_reopen
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment