Pause before restarting

This commit is contained in:
2010-10-13 14:12:29 +01:00
parent bf166f958f
commit 53fd5d7f92

View File

@@ -7,5 +7,6 @@ if [ -f $PIDFILE ]; then
rm -f -- $PIDFILE rm -f -- $PIDFILE
fi fi
sleep 1
source ./env/bin/activate source ./env/bin/activate
./manage.py runfcgi daemonize=false pidfile=$PIDFILE host=127.0.0.1 port=9981 & ./manage.py runfcgi daemonize=false pidfile=$PIDFILE host=127.0.0.1 port=9981 &