Skip to content

Instantly share code, notes, and snippets.

@garrensmith
Created September 25, 2012 07:57
Show Gist options
  • Save garrensmith/3780526 to your computer and use it in GitHub Desktop.
Save garrensmith/3780526 to your computer and use it in GitHub Desktop.
Bluepill Upstart
description "Demo app Bluepill"
start on runlevel [2]
stop on runlevel [016]
expect daemon
exec bluepill load /var/my_app/current/config/staging.pill
respawn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment