From: Michael Vorburger Date: Mon, 13 Jun 2016 23:18:11 +0000 (+0200) Subject: Set karaf.delay.console=true in etc/config.properties X-Git-Tag: release/boron~67 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=d5492ea178d0ce5dd3adc03814efad5d08f8f980 Set karaf.delay.console=true in etc/config.properties $ ./karaf Apache Karaf starting up. Press Enter to open the shell now... 78% [=========================================> ] (...) 100% [====================================================] Karaf started in 23s. Bundle stats: 276 active, 276 total Change-Id: Iad04b7d03aa5be5dc17e28c4d60a56ded8a2f774 Signed-off-by: Michael Vorburger --- diff --git a/karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties b/karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties index 6898b03d06..56ba06ecaf 100644 --- a/karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties +++ b/karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties @@ -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