From 8410ea2af5c4db6f9f2e9f20339b677103fe167f Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Tue, 21 Apr 2026 12:52:37 +0200 Subject: [PATCH] Let turnstile supervise Syncthing restarts --- dotfiles/desktop/.config/service/syncthing/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/desktop/.config/service/syncthing/run b/dotfiles/desktop/.config/service/syncthing/run index ad121a2..45e65e9 100755 --- a/dotfiles/desktop/.config/service/syncthing/run +++ b/dotfiles/desktop/.config/service/syncthing/run @@ -3,7 +3,7 @@ set -eu if [ -n "${TURNSTILE_ENV_DIR:-}" ]; then - exec chpst -e "$TURNSTILE_ENV_DIR" syncthing serve --no-browser --logfile=default + exec chpst -e "$TURNSTILE_ENV_DIR" syncthing serve --no-browser --no-restart --logfile=default fi -exec syncthing serve --no-browser --logfile=default +exec syncthing serve --no-browser --no-restart --logfile=default