slackbuilds_ponce/network/graphite-carbon/graphite-carbon.logrotate
Mario Preksavec 8e345cefbe network/graphite-carbon: Added (Backend data caching).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-02-06 20:32:58 +07:00

13 lines
208 B
Text

/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
}