change launch flags for syncthing sv

This commit is contained in:
fanyx 2022-07-13 11:50:12 +02:00
parent 041ae84621
commit c8fef9cf7e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
exec 2&>1
exec /usr/bin/syncthing -no-browser -home="$HOME/.config/syncthing"
exec /usr/bin/syncthing -logflags 0 -no-restart -home="$HOME/.config/syncthing"