From 1607e2a6853f5ef3fe66ff3f4b3e6df4d3386bf7 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 9 Mar 2012 13:35:00 +0100 Subject: [PATCH] gunicorn 14 does not need settings to be passed --- etc/init/pandora.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/init/pandora.conf b/etc/init/pandora.conf index cfdbb8ba5..4ff7a463e 100644 --- a/etc/init/pandora.conf +++ b/etc/init/pandora.conf @@ -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