Consolidate data access control backoffice updates
This commit is contained in:
20
ops/sonarqube/sonarqube-community.service
Normal file
20
ops/sonarqube/sonarqube-community.service
Normal file
@@ -0,0 +1,20 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user