From 9c71edf06122561cf077b014271a988dfff978e6 Mon Sep 17 00:00:00 2001 From: Jaredy899 <76603258+Jaredy899@users.noreply.github.com> Date: Sat, 11 Jan 2025 09:25:40 -0500 Subject: [PATCH] Update core/tabs/common-service-script.sh Found it faster than me. Thanks Co-authored-by: Adam Perkowski --- 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 ebe5be76..0020b064 100644 --- a/core/tabs/common-service-script.sh +++ b/core/tabs/common-service-script.sh @@ -78,7 +78,7 @@ startAndEnableService() { systemctl) "$ESCALATION_TOOL" "$INIT_MANAGER" enable --now "$1" ;; - rc-service|runit) + rc-service | runit) enableService "$1" startService "$1" ;;