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:
parent
353b0faf40
commit
fd7e84d787
1 changed files with 2 additions and 2 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Reference in a new issue