zoneminder/distros/ubuntu1204/zoneminder.logrotate

13 lines
206 B
Plaintext
Raw Normal View History

/var/log/zm/*log {
missingok
notifempty
sharedscripts
delaycompress
compress
postrotate
/usr/bin/zmpkg.pl logrot >>/dev/null 2>&1 || :
endscript
daily
rotate 7
}