Browse Source

AMBARI-18890 - Enable "Auto Start" feature for services & components by default (rzang)

Richard Zang 8 years ago
parent
commit
03bd7a6dab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/config.js

+ 1 - 1
ambari-web/app/config.js

@@ -82,7 +82,7 @@ App.supports = {
   skipComponentStartAfterInstall: false,
   preInstallChecks: false,
   hostComboSearchBox: true,
-  serviceAutoStart: false,
+  serviceAutoStart: true,
   logSearch: true,
   redhatSatellite: false,
   enableIpa: false,