From 52562999d8f9a01dd15ca6a977dc874645481469 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Mon, 26 Feb 2024 09:14:38 +0100 Subject: [PATCH] fix syncthingtray service --- .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 f1308983..6a4ddfa7 100755 --- a/.local/share/service/syncthingtray/run +++ b/.local/share/service/syncthingtray/run @@ -1,4 +1,6 @@ #!/bin/sh exec 2>&1 +sv check syncthing >/dev/null || exit 1 + exec syncthingtray