Files
infra/dotfiles/desktop/.config/service/syncthing/run
2026-04-21 12:52:37 +02:00

10 lines
227 B
Bash
Executable File

#!/bin/sh
set -eu
if [ -n "${TURNSTILE_ENV_DIR:-}" ]; then
exec chpst -e "$TURNSTILE_ENV_DIR" syncthing serve --no-browser --no-restart --logfile=default
fi
exec syncthing serve --no-browser --no-restart --logfile=default