Skip to content

Instantly share code, notes, and snippets.

@andrijan
Created October 2, 2012 17:50
Show Gist options
  • Select an option

  • Save andrijan/3821651 to your computer and use it in GitHub Desktop.

Select an option

Save andrijan/3821651 to your computer and use it in GitHub Desktop.
description "upstart configuration for gunicorn maeting"
start on net-device-up
stop on shutdown
respawn
exec /usr/local/virtualenvs/maeting/bin/gunicorn_django --pythonpath=/srv/sites/maeting --settings=settings -u deploy -c /srv/sites/maeting/configs/gunicorn.conf.py /srv/sites/maeting/settings.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment