# Pastebin GHW5FzAF description "Gunicorn server for example.dev" start on started network-interface INTERFACE=eth1 stop on shutdown respawn setuid vagrant chdir /home/vagrant/sites/mysite/source/my_site/ exec ../../venv/bin/gunicorn --env DJANGO_SETTINGS_MODULE=my_site.settings_mysite --reload --bind unix:/tmp/example.dev.socket my_site.wsgi:application