slackbuilds_ponce/system/ZoneMinder/zm_logrotate
V'yacheslav Stetskevych 6149f36369 system/ZoneMinder: Added (security and surveillance solution)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2010-07-10 02:17:47 -05:00

9 lines
112 B
Text

/var/log/zm/*log {
weekly
rotate 4
notifempty
missingok
postrotate
/usr/bin/zmpkg.pl logrot
endscript
}