update init scripts
This commit is contained in:
parent
7a6515183a
commit
09ac3c32b0
3 changed files with 8 additions and 6 deletions
|
|
@ -17,9 +17,9 @@ DESC="pan.do/ra daemon"
|
|||
NAME=pandora
|
||||
PANDORA_BASE=/srv/pandora
|
||||
DAEMON_USER="pandora"
|
||||
DAEMON_NAME=bin/gunicorn_django
|
||||
DAEMON_NAME=bin/gunicorn
|
||||
DAEMON="$PANDORA_BASE/$DAEMON_NAME"
|
||||
DAEMON_ARGS="--bind 127.0.0.1:2620 --max-requests 1000 --timeout 90 --log-level info --log-file /var/log/pandora/$NAME.log --workers 5"
|
||||
DAEMON_ARGS="wsgi:application --bind 127.0.0.1:2620 --max-requests 1000 --timeout 90 --log-level info --log-file /var/log/pandora/$NAME.log --workers 5"
|
||||
PIDFILE=/var/run/$NAME.pid
|
||||
SCRIPTNAME=/etc/init.d/$NAME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue