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