updated syncthing state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
be5c28206f
commit
2bafacf503
@ -4,7 +4,7 @@ syncthing:
|
|||||||
install_dir: "/usr/local/apps"
|
install_dir: "/usr/local/apps"
|
||||||
release_dir: "/usr/local/apps/releases"
|
release_dir: "/usr/local/apps/releases"
|
||||||
mirror: "https://github.com/syncthing/syncthing/releases/download"
|
mirror: "https://github.com/syncthing/syncthing/releases/download"
|
||||||
version: "1.3.4"
|
version: "2.0.1"
|
||||||
os: "linux"
|
os: "linux"
|
||||||
arch: "amd64"
|
arch: "amd64"
|
||||||
user: "root"
|
user: "root"
|
||||||
|
@ -7,7 +7,7 @@ After=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=%i
|
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
|
Restart=on-failure
|
||||||
SuccessExitStatus=3 4
|
SuccessExitStatus=3 4
|
||||||
RestartForceExitStatus=3 4
|
RestartForceExitStatus=3 4
|
||||||
|
Loading…
Reference in New Issue
Block a user