Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
description "ruby_app"
# start on runlevel [2345]
# stop on runlevel [!2345]
expect fork
respawn
env APP_CFG=/etc/app/config
exec /usr/bin/thin -C /etc/app/thin.yml -R /etc/app/thin.ru start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment