Add celeryd to the startup

This commit is contained in:
2010-11-08 11:30:39 +00:00
parent 30d1a12975
commit 27d769e7a3

View File

@@ -14,3 +14,4 @@ sleep 1
cd $ROOT
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 celeryd -B > $ROOT/logs/celeryd.lg 2>&1 &