Created
March 10, 2015 19:40
-
-
Save danmcclain/1a8f008ce7dd41f526f1 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
| description "argyle" | |
| setuid argyle | |
| setgid www-data | |
| start on runlevel [2345] | |
| stop on runlevel [016] | |
| env HOME=/home/argyle | |
| export HOME | |
| expect stop | |
| respawn | |
| pre-start exec /bin/sh /var/www/argyle-phoenix/app/bin/commit_labels start | |
| post-stop exec /bin/sh /var/www/argyle-phoenix/app/bin/commit_labels stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment