21 lines
467 B
Desktop File
21 lines
467 B
Desktop File
[Unit]
|
|
Description=SonarQube Community Build (evaluation)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=opc
|
|
Group=opc
|
|
WorkingDirectory=/home/opc/tools/sonarqube-26.6.0.123539
|
|
Environment=SONAR_WEB_HOST=127.0.0.1
|
|
Environment=SONAR_WEB_PORT=9000
|
|
ExecStart=/bin/bash /home/opc/tools/sonarqube-26.6.0.123539/bin/linux-x86-64/sonar.sh console
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
TimeoutStartSec=180
|
|
LimitNOFILE=131072
|
|
LimitNPROC=8192
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|