From 6af08d2c8e684251c18d431e63a5ffdff78564e3 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:17:06 +0100 Subject: [PATCH] updated the command to start syncthing --- ansible/roles/syncthing/files/syncthing.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/syncthing/files/syncthing.service b/ansible/roles/syncthing/files/syncthing.service index 7b5eea1..9c8e203 100644 --- a/ansible/roles/syncthing/files/syncthing.service +++ b/ansible/roles/syncthing/files/syncthing.service @@ -4,7 +4,7 @@ Documentation=https://docs.syncthing.net/ After=network.target [Service] -ExecStart=/usr/bin/syncthing -no-browser -logflags=0 +ExecStart=/usr/bin/syncthing serve --no-browser --no-restart --no-upgrades Restart=on-failure SuccessExitStatus=3 4 RestartForceExitStatus=3 4