diff --git a/core/tabs/common-service-script.sh b/core/tabs/common-service-script.sh index 4bb969e0..5409b1fa 100644 --- a/core/tabs/common-service-script.sh +++ b/core/tabs/common-service-script.sh @@ -78,11 +78,7 @@ startAndEnableService() { systemctl) "$ESCALATION_TOOL" "$INIT_MANAGER" enable --now "$1" ;; - rc-service) - enableService "$1" - startService "$1" - ;; - runit) + rc-service|runit) enableService "$1" startService "$1" ;;