From c5d04205937c1f36c008809aaa69fde79a71a181 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 29 May 2026 08:20:46 -0400 Subject: [PATCH] [systemd] Fix syncthing calling params --- bin/.local/bin/webcam-build-timelapses | 3 +++ systemd/.config/systemd/user/syncthing.service | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/.local/bin/webcam-build-timelapses b/bin/.local/bin/webcam-build-timelapses index 9bc653f..ead0dae 100755 --- a/bin/.local/bin/webcam-build-timelapses +++ b/bin/.local/bin/webcam-build-timelapses @@ -31,6 +31,9 @@ WEBCAMS=( "firewood" "garden" "diningroom" + "office" + "office_birds" + "ducks" ) TIMELAPSE_SCRIPT="/usr/local/bin/make_timelapse" diff --git a/systemd/.config/systemd/user/syncthing.service b/systemd/.config/systemd/user/syncthing.service index 47b28eb..5dc734a 100644 --- a/systemd/.config/systemd/user/syncthing.service +++ b/systemd/.config/systemd/user/syncthing.service @@ -4,7 +4,7 @@ Documentation=man:syncthing(1) After=network.target [Service] -ExecStart=/usr/bin/syncthing -no-browser -no-restart +ExecStart=/usr/bin/syncthing --no-browser --no-restart Restart=on-failure SuccessExitStatus=3 4 RestartForceExitStatus=3 4