gunicorn 14 does not need settings to be passed

This commit is contained in:
j 2012-03-09 13:35:00 +01:00
parent 8f05ce2e05
commit 1607e2a685
1 changed files with 1 additions and 2 deletions

View File

@ -22,6 +22,5 @@ exec /usr/bin/sudo -u $USER $VENV/bin/gunicorn_django \
--timeout 90 \
-p /var/run/pandora/pandora.pid \
--log-level info --log-file /var/log/pandora/pandora.log \
--workers 5 \
$VENV/pandora/settings.py
--workers 5
end script