change default logrotate policy to rotate daily and compress

pull/1334/merge
Isaac Connor 2017-05-23 14:51:09 -04:00
parent 7756d5067c
commit 392ade2e1a
1 changed files with 4 additions and 2 deletions

View File

@ -2,9 +2,11 @@
missingok
notifempty
sharedscripts
delaycompress
compress
postrotate
/usr/bin/zmpkg.pl logrot >>/dev/null 2>&1 || :
endscript
weekly
rotate 3
daily
rotate 7
}