summaryrefslogtreecommitdiffstats
path: root/network/graphite-carbon/graphite-carbon.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'network/graphite-carbon/graphite-carbon.logrotate')
-rw-r--r--network/graphite-carbon/graphite-carbon.logrotate13
1 files changed, 0 insertions, 13 deletions
diff --git a/network/graphite-carbon/graphite-carbon.logrotate b/network/graphite-carbon/graphite-carbon.logrotate
deleted file mode 100644
index 7b769425a8..0000000000
--- a/network/graphite-carbon/graphite-carbon.logrotate
+++ /dev/null
@@ -1,13 +0,0 @@
-/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
-}