summaryrefslogtreecommitdiffstats
path: root/system/ZoneMinder/zm_logrotate
blob: 72c736c6dfa11fe51af93308ca19238353ec53da (plain)
/var/log/zm/*log {
	weekly
	rotate 4
	notifempty
	missingok
	postrotate
		/usr/bin/zmpkg.pl logrot
	endscript
}