diff options
author | Mario Preksavec <mario at slackware dot hr> | 2015-02-28 03:30:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 03:30:02 +0700 |
commit | e3c8c6afff14d8f8fec396709117b30cfd207aae (patch) | |
tree | 099d47c17385a377727f9bf08622b93c5a9df8c3 /system/graphite-web/graphite-web.cron | |
parent | 46e7f74c3c1ffb67267f8cf290646467b9bd4818 (diff) | |
download | slackbuilds-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.cron | 7 |
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 |