fixes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2022-03-07 16:55:47 -03:00
parent 08a7a764b1
commit 54fc589e00

View file

@ -2,6 +2,7 @@
pid=/tmp/syncthing.pid
dir=/home/syncthing
log=/home/syncthing/syncthing.log
case $1 in
start)
@ -10,8 +11,9 @@ case $1 in
install -dm 2750 -o syncthing -g syncthing ${dir}/Sync/.stfolder
daemonize -p ${pid} -l ${pid} -u syncthing -c ${dir} \
-a -e ${log} -o ${log} \
/usr/bin/syncthing serve \
--skip-port-probing \
--gui-address=http://[::]:8384 \
--no-browser \
--no-restart \
--no-upgrade \