Created
January 22, 2014 12:42
-
-
Save abacha/8558094 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| start on runlevel [2] | |
| stop on runlevel [016] | |
| console owner | |
| setuid ubuntu | |
| pre-start exec start_unicorn | |
| post-stop exec kill `cat /var/www/bigbang/current/tmp/pids/unicorn.pid` | |
| respawn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment