diff --git a/server/upstart.conf b/server/upstart.conf index 2076304..3b94afb 100644 --- a/server/upstart.conf +++ b/server/upstart.conf @@ -7,8 +7,7 @@ respawn limit 10 5 setuid www-data setgid www-data -exec NEW_RELIC_CONFIG_FILE=/srv/dpaste.de/var/newrelic.ini \ - /srv/dpaste.de/bin/newrelic-admin run-program /srv/dpaste.de/bin/python /srv/dpaste.de/bin/manage.py run_gunicorn \ +exec /srv/dpaste.de/bin/gunicorn dpaste.wsgi:application \ --user=www-data \ --group=www-data \ --workers=2 \