Skip to content

Instantly share code, notes, and snippets.

@sawanoboly
Created November 7, 2011 08:18
Show Gist options
  • Save sawanoboly/1344439 to your computer and use it in GitHub Desktop.
Save sawanoboly/1344439 to your computer and use it in GitHub Desktop.
god on RVM, with Upstart.
# god respawn
description "god"
# start on filesystem
start on runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 10 5
expect fork
exec /usr/local/rvm/bin/bootup_god --log-level info -c /usr/local/etc/god.conf -P /var/run/god.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment