summaryrefslogtreecommitdiffstats
path: root/network/murmur/murmur.logrotate
blob: 4d0c2f82bf3462f9cdd6027fdbb8ab46694e3b79 (plain)
@LOGFILE@ {
	su @USER@ @GROUP@
	weekly
	rotate 7
	compress
	create 660 @USER@ @GROUP@
	delaycompress
	missingok
	notifempty
	sharedscripts
	postrotate
		if [ -x /etc/rc.d/rc.murmur ]; then
			/etc/rc.d/rc.murmur restart
		fi
	endscript
}