updated guni.sh
This commit is contained in:
parent
4c7d8e75cc
commit
f08d98eadb
1 changed files with 2 additions and 2 deletions
4
guni.sh
4
guni.sh
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -ex
|
||||||
LOGFILE=/home/cbmi/cbmi/cbmi.log
|
LOGFILE=/home/cbmi/cbmi/cbmi.log
|
||||||
LOGDIR=$(dirname $LOGFILE)
|
LOGDIR=$(dirname $LOGFILE)
|
||||||
NUM_WORKERS=3
|
NUM_WORKERS=3
|
||||||
|
|
@ -13,7 +13,7 @@ source /home/cbmi/cbmi/bin/activate
|
||||||
cd /home/cbmi/cbmi
|
cd /home/cbmi/cbmi
|
||||||
test -d $LOGDIR || mkdir -p $LOGDIR
|
test -d $LOGDIR || mkdir -p $LOGDIR
|
||||||
echo "foo"
|
echo "foo"
|
||||||
exec gunicorn -w $NUM_WORKERS --bind=$ADDRESS \
|
exec bin/gunicorn -w $NUM_WORKERS --bind=$ADDRESS \
|
||||||
--user=$USER --group=$GROUP --log-level=debug \
|
--user=$USER --group=$GROUP --log-level=debug \
|
||||||
cbmi.wsgi:application \
|
cbmi.wsgi:application \
|
||||||
--log-file=$LOGFILE 2>>$LOGFILE
|
--log-file=$LOGFILE 2>>$LOGFILE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue