summaryrefslogtreecommitdiffstats
path: root/system/graphite-web/graphite-web.cron
diff options
context:
space:
mode:
Diffstat (limited to 'system/graphite-web/graphite-web.cron')
-rw-r--r--system/graphite-web/graphite-web.cron7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/graphite-web/graphite-web.cron b/system/graphite-web/graphite-web.cron
deleted file mode 100644
index 856466af08..0000000000
--- a/system/graphite-web/graphite-web.cron
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ -x /usr/bin/graphite-build-search-index ]; then
- /usr/bin/graphite-build-search-index
-fi