updated syncthing state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-08-15 10:26:20 +02:00
parent be5c28206f
commit 2bafacf503
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ syncthing:
install_dir: "/usr/local/apps"
release_dir: "/usr/local/apps/releases"
mirror: "https://github.com/syncthing/syncthing/releases/download"
version: "1.3.4"
version: "2.0.1"
os: "linux"
arch: "amd64"
user: "root"

View File

@ -7,7 +7,7 @@ After=network.target
[Service]
User=%i
ExecStart={{ syncthing.install_dir }}/syncthing/syncthing -no-browser -no-restart -logflags=0
ExecStart={{ syncthing.install_dir }}/syncthing/syncthing --no-browser --no-restart
Restart=on-failure
SuccessExitStatus=3 4
RestartForceExitStatus=3 4