Change logrotate defaults to daily/rotate 7, which works better with logcheck
This commit is contained in:
parent
d96757ba13
commit
5ce26ac4df
|
@ -1,10 +1,10 @@
|
||||||
/var/log/zm/*log {
|
/var/log/zm/*.log {
|
||||||
missingok
|
missingok
|
||||||
notifempty
|
notifempty
|
||||||
sharedscripts
|
sharedscripts
|
||||||
postrotate
|
postrotate
|
||||||
/usr/bin/zmpkg.pl logrot >>/dev/null 2>&1 || :
|
/usr/bin/zmpkg.pl logrot >>/dev/null 2>&1 || :
|
||||||
endscript
|
endscript
|
||||||
weekly
|
daily
|
||||||
rotate 3
|
rotate 7
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue