Initial commit
This commit is contained in:
commit
97737b3186
7 changed files with 92 additions and 0 deletions
9
templates/unbound_logrotate.conf.j2
Normal file
9
templates/unbound_logrotate.conf.j2
Normal file
|
@ -0,0 +1,9 @@
|
|||
/var/log/unbound/unbound.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 30
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
create 640 root root
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue