From fd7e84d7875faa48e1bbf63552458951925a460e Mon Sep 17 00:00:00 2001 From: abeudin Date: Sat, 14 Feb 2015 18:16:45 +0100 Subject: [PATCH] Update ffsync --- conf/ffsync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/ffsync b/conf/ffsync index dcd7f55..bb052a7 100755 --- a/conf/ffsync +++ b/conf/ffsync @@ -24,8 +24,8 @@ CPU_COUNT=2 pidfile=/tmp/sync.pid lockfile=/var/run/sync.lock conffile=${SYNC_HOME}/syncserver.ini -GUNICORN=${SYNC_HOME}/local/bin/gunicorn_paster -GUNICORN_ARGS="--access-logfile /var/log/ffsync.log --daemon -p $pidfile" +GUNICORN=${SYNC_HOME}/local/bin/gunicorn +GUNICORN_ARGS="--paste --access-logfile /var/log/ffsync.log --daemon -p $pidfile" #INVOCATION="$GUNICORN $GUNICORN_ARGS $conffile" start () {