#!/bin/sh
[ -r conf ] && . ./conf
exec 2>&1
# shellcheck disable=SC2086
exec /usr/local/bin/syncthing -no-browser ${OPTS}
