diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-22 17:36:18 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-23 15:34:05 +0200 |
commit | 2bfdf1eab621fadb516c1e5d10ca38c2b3390029 (patch) | |
tree | c4c061fcdf6573b48e60fa3cd51fb2e8d13be461 /sonar-application/src/main | |
parent | 1fd258f12f256aea2359d3469f9e6308608485f2 (diff) | |
download | sonarqube-2bfdf1eab621fadb516c1e5d10ca38c2b3390029.tar.gz sonarqube-2bfdf1eab621fadb516c1e5d10ca38c2b3390029.zip |
SONAR-4898 - Disable auto_start for JSW
Diffstat (limited to 'sonar-application/src/main')
-rw-r--r-- | sonar-application/src/main/assembly/conf/wrapper.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/wrapper.conf b/sonar-application/src/main/assembly/conf/wrapper.conf index 25f3fcd6d2a..5bfbe8da092 100644 --- a/sonar-application/src/main/assembly/conf/wrapper.conf +++ b/sonar-application/src/main/assembly/conf/wrapper.conf @@ -95,7 +95,7 @@ wrapper.ntservice.description=SonarQube wrapper.ntservice.dependency.1= # Mode in which the service is installed. AUTO_START or DEMAND_START -wrapper.ntservice.starttype=AUTO_START +wrapper.ntservice.starttype=DEMAND_START # Allow the service to interact with the desktop. wrapper.ntservice.interactive=false |