summaryrefslogtreecommitdiffstats
path: root/system/graphite-web/graphite-web.cron
diff options
context:
space:
mode:
author Mario Preksavec2015-02-27 21:30:02 +0100
committer Willy Sudiarto Raharjo2015-02-27 21:30:02 +0100
commite3c8c6afff14d8f8fec396709117b30cfd207aae (patch)
tree099d47c17385a377727f9bf08622b93c5a9df8c3 /system/graphite-web/graphite-web.cron
parent46e7f74c3c1ffb67267f8cf290646467b9bd4818 (diff)
downloadslackbuilds-e3c8c6afff14d8f8fec396709117b30cfd207aae.tar.gz
system/graphite-web: Added (Enterprise Scalable Realtime Graphing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/graphite-web/graphite-web.cron')
-rw-r--r--system/graphite-web/graphite-web.cron7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/graphite-web/graphite-web.cron b/system/graphite-web/graphite-web.cron
new file mode 100644
index 0000000000..856466af08
--- /dev/null
+++ b/system/graphite-web/graphite-web.cron
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+if [ -x /usr/bin/graphite-build-search-index ]; then
+ /usr/bin/graphite-build-search-index
+fi