Skip to content

Instantly share code, notes, and snippets.

@millisami
Forked from garrensmith/bluepill_config.conf
Created September 25, 2012 08:00
Show Gist options
  • Save millisami/3780537 to your computer and use it in GitHub Desktop.
Save millisami/3780537 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