Set karaf.delay.console=true in etc/config.properties
[controller.git] / karaf / opendaylight-karaf-resources / src / main / resources / etc / custom.properties
index 6898b03d06e43e3588e31184cff2f0cbee1e05dc..56ba06ecaf6bc15fb8492299d192a04e224e3f0a 100644 (file)
@@ -13,6 +13,10 @@ org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
 # Use Equinox as default OSGi Framework Implementation
 karaf.framework=equinox
 
+# Show a progress bar on startup and start the console when all bundles are up and running.
+# (If you are in a hurry you can still type enter to start the shell faster.)
+karaf.delay.console=true
+
 # Set security provider to BouncyCastle
 org.apache.karaf.security.providers = org.bouncycastle.jce.provider.BouncyCastleProvider