Update ffsync

This commit is contained in:
abeudin 2015-02-14 18:16:45 +01:00
parent 353b0faf40
commit fd7e84d787

View File

@ -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 () {