Skip to content

Instantly share code, notes, and snippets.

@kevinlondon
Created April 25, 2016 20:21
Show Gist options
  • Save kevinlondon/db40d7867c613bd4b0565bfe4535fc80 to your computer and use it in GitHub Desktop.
Save kevinlondon/db40d7867c613bd4b0565bfe4535fc80 to your computer and use it in GitHub Desktop.
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