/var/log/carbon/*.log {
	weekly
	missingok
	rotate 7
	compress
	delaycompress
	notifempty
	create 640 _graphite root
	sharedscripts
	postrotate
		/etc/init.d/carbon-cache restart > /dev/null
	endscript
}
