Created
September 25, 2012 07:57
-
-
Save garrensmith/3780526 to your computer and use it in GitHub Desktop.
Bluepill Upstart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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