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