-
-
Save kanyck/0c330efbb50fe055451a2efcd37c86a9 to your computer and use it in GitHub Desktop.
logrotate unbound
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /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