slackbuilds_ponce/system/graphite-web/graphite-web.cron
Mario Preksavec e3c8c6afff system/graphite-web: Added (Enterprise Scalable Realtime Graphing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-02-28 03:30:02 +07:00

7 lines
113 B
Bash

#!/bin/sh
set -e
if [ -x /usr/bin/graphite-build-search-index ]; then
/usr/bin/graphite-build-search-index
fi