zoneminder/distros/fedora/zoneminder.logrotate

9 lines
169 B
Plaintext
Raw Normal View History

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