Update install/sonarqube-install.sh

This commit is contained in:
Slaviša Arežina 2025-10-01 00:36:11 +02:00 committed by GitHub
parent ca9d0ab996
commit 674fc838e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ chmod +x /opt/sonarqube/bin/linux-x86-64/sonar.sh
msg_ok "Configured SonarQube" msg_ok "Configured SonarQube"
msg_info "Creating Systemd Service" msg_info "Creating Systemd Service"
cat >/etc/systemd/system/sonarqube.service <<EOF cat <<EOF >/etc/systemd/system/sonarqube.service
[Unit] [Unit]
Description=SonarQube service Description=SonarQube service
After=postgresql.service After=postgresql.service