Skip to content

Commit 676ad09

Browse files
authored
Merge pull request #94 from ngc7331/fix-v2-cli-option
fix: use double-dash long options for syncthing v2.0.0
2 parents e7c0325 + 3e5938c commit 676ad09

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ init_diagram: |
7272
"syncthing:latest" <- Base Images
7373
# changelog
7474
changelogs:
75+
- {date: "08.13.25:", desc: "Use double-dash long options for syncthing v2.0.0."}
7576
- {date: "12.03.24:", desc: "Rebase to Alpine 3.21."}
7677
- {date: "06.06.24:", desc: "Rebase to Alpine 3.20."}
7778
- {date: "05.03.24:", desc: "Rebase to Alpine 3.19."}

root/etc/s6-overlay/s6-rc.d/svc-syncthing/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
exec \
55
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 8384" \
66
s6-setuidgid abc syncthing \
7-
-home=/config -no-browser -no-restart \
7+
--home=/config --no-browser --no-restart \
88
--gui-address="0.0.0.0:8384"

0 commit comments

Comments
 (0)