diff --git a/.config/sv/syncthing/run b/.config/sv/syncthing/run index 407185f..0ba62d9 100755 --- a/.config/sv/syncthing/run +++ b/.config/sv/syncthing/run @@ -1,4 +1,3 @@ #!/bin/sh - exec 2>&1 -exec /usr/bin/syncthing -logflags 0 -no-restart -home="$HOME/.config/syncthing" +exec /usr/bin/syncthing --logflags 0 --no-restart --home="$HOME/.config/syncthing"