Skip to content

Instantly share code, notes, and snippets.

@doismellburning
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doismellburning/4c7e14a2e4a4c79af9f0 to your computer and use it in GitHub Desktop.
Save doismellburning/4c7e14a2e4a4c79af9f0 to your computer and use it in GitHub Desktop.
Skeleton gunicorn + upstart config
start on runlevel [2345]
stop on runlevel [!2345]
setuid $UID
setgid $GID
exec gunicorn --bind 0.0.0.0:$PORT myproject.wsgi:application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment