/var/log/carbon/*.log {
weekly
missingok
rotate 7
compress
delaycompress
notifempty
create 644 graphite graphite
sharedscripts
postrotate
/etc/rc.d/rc.carbon-cache restart > /dev/null
endscript
}