zoneminder/distros/beowulf/zoneminder.logrotate

14 lines
220 B
Plaintext
Raw Normal View History

2020-08-11 21:21:48 +08:00
/var/log/zm/*.log {
missingok
notifempty
sharedscripts
delaycompress
compress
postrotate
/usr/bin/zmpkg.pl logrot >>/dev/null 2>&1 || :
endscript
daily
rotate 7
maxage 7
}