@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
}