zoneminder/distros/redhat/common/zoneminder.logrotate.in

13 lines
217 B
Plaintext
Raw Normal View History

2015-02-15 22:20:23 +08:00
@ZM_LOGDIR@/*.log {
missingok
notifempty
sharedscripts
2018-11-16 10:18:56 +08:00
delaycompress
compress
postrotate
2018-11-16 10:18:56 +08:00
@BINDIR@/zmpkg.pl logrot > /dev/null 2>/dev/null || true
endscript
2018-11-16 10:18:56 +08:00
daily
rotate 7
}