From e3c8c6afff14d8f8fec396709117b30cfd207aae Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Sat, 28 Feb 2015 03:30:02 +0700 Subject: system/graphite-web: Added (Enterprise Scalable Realtime Graphing). Signed-off-by: Willy Sudiarto Raharjo --- system/graphite-web/graphite-web.cron | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 system/graphite-web/graphite-web.cron (limited to 'system/graphite-web/graphite-web.cron') 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 -- cgit v1.2.3