Update install/sonarqube-install.sh

This commit is contained in:
Slaviša Arežina
2025-10-01 00:36:33 +02:00
committed by GitHub
parent 14ae505417
commit de5c3289c9

View File

@@ -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"