/var/log/echolot/echolot.log {
	weekly
	rotate 5
	compress
	missingok
	notifempty
	postrotate
		/etc/init.d/echolot process > /dev/null
	endscript
	create 640 echolot adm
}