#!/bin/sh

[ -r conf ] && . ./conf

exec 2>&1
exec chpst -u syncthing-relaysrv strelaysrv -keys=/var/lib/relaysrv $RELAY_ARGS
