
/var/log/conserver/*.log {
	rotate 7
	size 300k
	daily
	compress
	missingok
	postrotate
		/etc/init.d/conserver-server rotate
	endscript
}
