Compare commits

...

2 Commits

Author SHA1 Message Date
565b86838e syncthing-relaysrv: update for v2.0.0 2025-08-13 13:16:06 -05:00
dbaf33bf18 syncthing: update args for syncthing v2.0 2025-08-13 13:12:24 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/execlineb -P
fdmove -c 2 1
exec syncthing-relaysrv strelaysrv -keys=/var/lib/relaysrv
exec syncthing-relaysrv strelaysrv --keys=/var/lib/relaysrv

View File

@@ -3,4 +3,4 @@ envfile /etc/s6/config/syncthing.conf
importas -uD "root" USER USER
importas -uD "/root" HOMEDIR HOMEDIR
export HOME $HOMEDIR
exec s6-setuidgid $USER syncthing -logflags 0 -home=${HOMEDIR}/.config/syncthing
exec s6-setuidgid $USER syncthing --no-browser --log-level INFO --home=${HOMEDIR}/.config/syncthing