zoneminder/distros/ubuntu1504/zoneminder.logrotate

11 lines
176 B
Plaintext

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