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:18:59 +01:00
parent fd7e84d787
commit f9bbf3a8a0

View file

@ -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