diff --git a/core/tabs/common-service-script.sh b/core/tabs/common-service-script.sh index e22d883bd..c74337123 100644 --- a/core/tabs/common-service-script.sh +++ b/core/tabs/common-service-script.sh @@ -52,7 +52,6 @@ enableService() { "$ESCALATION_TOOL" rc-update add "$1" ;; runit) - "$ESCALATION_TOOL" mkdir -p "/run/runit/supervise.$1" "$ESCALATION_TOOL" ln -sf "/etc/sv/$1" "/var/service/" sleep 5 ;;