From bf5b529e0509d9e477a3c5beb85067c3fb36060c Mon Sep 17 00:00:00 2001 From: fanyx Date: Thu, 27 Apr 2023 16:49:54 +0200 Subject: [PATCH] explicit flags --- .config/sv/syncthing/run | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"