diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-22 17:40:28 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-23 15:34:05 +0200 |
commit | b61a03ce0b226ff204a66389021a720ac1d7638b (patch) | |
tree | 5301904c676b16ef4a26f47f7e0ec36888038b9e /sonar-application/src | |
parent | 2bfdf1eab621fadb516c1e5d10ca38c2b3390029 (diff) | |
download | sonarqube-b61a03ce0b226ff204a66389021a720ac1d7638b.tar.gz sonarqube-b61a03ce0b226ff204a66389021a720ac1d7638b.zip |
SONAR-4898 - Revert configuration for wrapper.conf
Diffstat (limited to 'sonar-application/src')
-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 5bfbe8da092..25f3fcd6d2a 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=DEMAND_START +wrapper.ntservice.starttype=AUTO_START # Allow the service to interact with the desktop. wrapper.ntservice.interactive=false |