#951141 syncthing-relaysrv: Allow configuration with /etc/default/syncthing-relaysrv

Package:
syncthing-relaysrv
Source:
syncthing
Description:
decentralized file synchronization - relay server
Submitter:
no real name
Date:
2021-12-09 22:03:07 UTC
Severity:
wishlist
#951141#5
Date:
2020-02-11 16:13:04 UTC
From:
To:
Dear Maintainer,

I wanted to use other commendlineoptions of strelaysrv then "-nat". So I wrote in /etc/default/syncthing-relaysrv something like

STRELAYSRV_OPTS='-pools="" -listen="0.0.0.0:23456"'

After that, syncthing-relaysrv won't start.

I think, there should be a way to start strelaysrv for example with the following options:

strelaysrv -pools="" -listen="0.0.0.0:23456"

best regards