Skip to content

Instantly share code, notes, and snippets.

@nekoruri
Created April 1, 2015 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nekoruri/1d971299d7bc8a099920 to your computer and use it in GitHub Desktop.
Save nekoruri/1d971299d7bc8a099920 to your computer and use it in GitHub Desktop.
GrowthForecast on Upstart/EL6: /etc/init/growthforecast.conf
# GrowthForecast
description "GrowthForecast"
start on runlevel [345]
stop on runlevel [!$RUNLEVEL]
respawn
exec /bin/su -c '/usr/local/bin/growthforecast.pl --data-dir /var/lib/growthforecast --mount gf ----enable-float-number' growthforecast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment