2015-08-18 23:57:56 +08:00
|
|
|
/var/log/zm/*log {
|
|
|
|
missingok
|
|
|
|
notifempty
|
|
|
|
sharedscripts
|
2016-10-02 22:05:07 +08:00
|
|
|
delaycompress
|
|
|
|
compress
|
2015-08-18 23:57:56 +08:00
|
|
|
postrotate
|
|
|
|
/usr/bin/zmpkg.pl logrot >>/dev/null 2>&1 || :
|
|
|
|
endscript
|
2016-10-02 22:05:07 +08:00
|
|
|
daily
|
|
|
|
rotate 7
|
2019-08-16 23:31:27 +08:00
|
|
|
maxage 7
|
2015-08-18 23:57:56 +08:00
|
|
|
}
|