summarylogtreecommitdiffstats
path: root/sonar.sh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sonar.sh.patch')
-rw-r--r--sonar.sh.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sonar.sh.patch b/sonar.sh.patch
new file mode 100644
index 000000000000..f9634f69ff56
--- /dev/null
+++ b/sonar.sh.patch
@@ -0,0 +1,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