diff options
-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 |