Skip to content

Instantly share code, notes, and snippets.

@saimonmoore
Created September 4, 2008 12:20
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 saimonmoore/8762 to your computer and use it in GitHub Desktop.
Save saimonmoore/8762 to your computer and use it in GitHub Desktop.
# god
# This service maintains a god (http://god.rubyforge.org/) instance from the point the system is
# started until it is shut down again.
start on runlevel 5
stop on runlevel 0
stop on runlevel 1
stop on runlevel 6
respawn
exec /usr/local/bin/god -c /etc/god.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment