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
fd7e84d787
commit
f9bbf3a8a0
1 changed files with 2 additions and 3 deletions
|
@ -25,8 +25,8 @@ pidfile=/tmp/sync.pid
|
|||
lockfile=/var/run/sync.lock
|
||||
conffile=${SYNC_HOME}/syncserver.ini
|
||||
GUNICORN=${SYNC_HOME}/local/bin/gunicorn
|
||||
GUNICORN_ARGS="--paste --access-logfile /var/log/ffsync.log --daemon -p $pidfile"
|
||||
#INVOCATION="$GUNICORN $GUNICORN_ARGS $conffile"
|
||||
GUNICORN_ARGS="--paste $conffile --access-logfile /var/log/ffsync.log --daemon -p $pidfile"
|
||||
#INVOCATION="$GUNICORN $GUNICORN_ARGS"
|
||||
|
||||
start () {
|
||||
echo -n "Starting $prog"
|
||||
|
@ -61,4 +61,3 @@ case "$1" in
|
|||
esac
|
||||
|
||||
exit $RETVAL
|
||||
|
||||
|
|
Loading…
Reference in a new issue