Skip to content

Instantly share code, notes, and snippets.

@schuyler
Created November 3, 2010 18:13
Show Gist options
  • Save schuyler/661448 to your computer and use it in GitHub Desktop.
Save schuyler/661448 to your computer and use it in GitHub Desktop.
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