forked from 0x2620/pandora
gunicorn 14 does not need settings to be passed
This commit is contained in:
parent
8f05ce2e05
commit
1607e2a685
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue