/var/log/eqos.log {
	daily
	rotate 0
	sharedscripts
	prerotate
		if [ -e /var/run/eqos.pid ]; then
			invoke-rc.d --quiet eqos stop > /dev/null
		fi
	endscript
	postrotate
		invoke-rc.d --quiet eqos start > /dev/null
	endscript
}
