From 065eb45f2cd1330ae1d781ad9f1216bc01b4429d Mon Sep 17 00:00:00 2001 From: Luca Bilke <bilke@tralios.de> Date: Thu, 29 Feb 2024 14:11:55 +0100 Subject: [PATCH] syncthingtray sleep after syncthing start --- .local/share/service/syncthingtray/run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.local/share/service/syncthingtray/run b/.local/share/service/syncthingtray/run index 6a4ddfa7..bf07c00b 100755 --- a/.local/share/service/syncthingtray/run +++ b/.local/share/service/syncthingtray/run @@ -3,4 +3,6 @@ exec 2>&1 sv check syncthing >/dev/null || exit 1 +sleep 0.5 + exec syncthingtray