diff --git a/install/sonarqube-install.sh b/install/sonarqube-install.sh index c2eb3489..db4cc310 100644 --- a/install/sonarqube-install.sh +++ b/install/sonarqube-install.sh @@ -70,9 +70,6 @@ LimitNPROC=8192 [Install] WantedBy=multi-user.target EOF -msg_ok "Created Systemd Service" - -msg_info "Starting SonarQube service" $STD systemctl enable --now sonarqube msg_ok "SonarQube service started"