1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00

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