Created
April 25, 2016 20:21
-
-
Save kevinlondon/db40d7867c613bd4b0565bfe4535fc80 to your computer and use it in GitHub Desktop.
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 "hello-world" | |
start on (filesystem) | |
stop on runlevel [016] | |
respawn | |
setuid nobody | |
setgid nogroup | |
chdir {{ repository_path }} | |
exec gunicorn app:app --bind unix:/tmp/hello_world.sock --workers 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment