From d44ce3cdb605dc541bc13de73ac1665323de3d2a Mon Sep 17 00:00:00 2001
From: Jaredy899 <76603258+Jaredy899@users.noreply.github.com>
Date: Fri, 10 Jan 2025 00:33:45 -0500
Subject: [PATCH] sleep for 5 to allow supervise to run

---
 core/tabs/common-service-script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/tabs/common-service-script.sh b/core/tabs/common-service-script.sh
index 5409b1fa..52967bca 100644
--- a/core/tabs/common-service-script.sh
+++ b/core/tabs/common-service-script.sh
@@ -54,7 +54,7 @@ enableService() {
         runit)
             "$ESCALATION_TOOL" mkdir -p "/run/runit/supervise.$1"
             "$ESCALATION_TOOL" ln -sf "/etc/sv/$1" "/var/service/"
-            sleep 2
+            sleep 5
             ;;
     esac
 }