diff --git a/core/tabs/common-service-script.sh b/core/tabs/common-service-script.sh index ebe5be764..0020b064c 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" ;;