summarylogtreecommitdiffstats
path: root/sonar.sh.patch
blob: f9634f69ff56e959b6eb5294d6aff3833b8d2cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@@ -25,3 +25,3 @@
 WRAPPER_CMD="./wrapper"
-WRAPPER_CONF="../../conf/wrapper.conf"
+WRAPPER_CONF="/etc/sonarqube/wrapper.conf"
 
@@ -30,7 +30,7 @@
 PRIORITY=
 
 # Location of the pid file.
-PIDDIR="."
+PIDDIR="/run/sonarqube"
 
 # If uncommented, causes the Wrapper to be shutdown using an anchor file.
 #  When launched with the 'start' command, it will also ignore all INT and