From 645c001b551c95fd71c91c87e100bcdcb431ccf4 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 15 Aug 2025 10:31:00 +0200 Subject: [PATCH] updated syncthing state --- states/syncthing/templates/syncthing.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/syncthing/templates/syncthing.service.j2 b/states/syncthing/templates/syncthing.service.j2 index 753c2a3..dc743e4 100644 --- a/states/syncthing/templates/syncthing.service.j2 +++ b/states/syncthing/templates/syncthing.service.j2 @@ -7,7 +7,7 @@ After=network.target [Service] User=%i -ExecStart={{ syncthing.install_dir }}/syncthing/syncthing --no-browser --no-restart +ExecStart={{ syncthing.install_dir }}/syncthing/syncthing serve --no-browser --no-restart Restart=on-failure SuccessExitStatus=3 4 RestartForceExitStatus=3 4