zoneminder/distros/opensuse/zoneminder.logrotate

9 lines
180 B
Plaintext

/var/log/zoneminder/*.log {
missingok
notifempty
sharedscripts
postrotate
/opt/zoneminder/bin/zmpkg.pl logrot 2> /dev/null > /dev/null || :
endscript
}