mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 23:02:19 +00:00
Add celeryd to the startup
This commit is contained in:
1
start.sh
1
start.sh
@@ -14,3 +14,4 @@ sleep 1
|
|||||||
cd $ROOT
|
cd $ROOT
|
||||||
source ./env/bin/activate
|
source ./env/bin/activate
|
||||||
./manage.py runfcgi daemonize=true pidfile=$PIDFILE host=127.0.0.1 port=9981 errlog=$ROOT/logs/stderr.log outlog=$ROOT/logs/stdout.log
|
./manage.py runfcgi daemonize=true pidfile=$PIDFILE host=127.0.0.1 port=9981 errlog=$ROOT/logs/stderr.log outlog=$ROOT/logs/stdout.log
|
||||||
|
./manage.py celeryd -B > $ROOT/logs/celeryd.lg 2>&1 &
|
||||||
|
|||||||
Reference in New Issue
Block a user