summarylogtreecommitdiffstats
path: root/sonarqube.service
diff options
context:
space:
mode:
authordNhax2018-10-07 13:34:05 +0200
committerdNhax2018-10-07 13:34:05 +0200
commit753a86698147c6aacb866750ae9d5e9582beb3cb (patch)
tree48e5f1a6fede4920f3a0f9b0818819f34aa137a5 /sonarqube.service
parent4ada13a29e75d55b07300787c495765d929c8f30 (diff)
downloadaur-753a86698147c6aacb866750ae9d5e9582beb3cb.tar.gz
Install SonarQube to /usr/share/webapps, configuration to /etc/webapps/sonarqube
Diffstat (limited to 'sonarqube.service')
-rw-r--r--sonarqube.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonarqube.service b/sonarqube.service
index 6fb45d31713b..f02400ab2bb1 100644
--- a/sonarqube.service
+++ b/sonarqube.service
@@ -14,8 +14,8 @@ SyslogIdentifier=sonarqube
RuntimeDirectory=sonarqube
LimitNOFILE=65536
LimitNPROC=2048
-ExecStart=/usr/share/sonarqube/bin/linux-x86-64/sonar.sh start
-ExecStop=/usr/share/sonarqube/bin/linux-x86-64/sonar.sh stop
+ExecStart=/usr/share/webapps/sonarqube/bin/linux-x86-64/sonar.sh start
+ExecStop=/usr/share/webapps/sonarqube/bin/linux-x86-64/sonar.sh stop
[Install]
WantedBy=multi-user.target