1## Standard settings of Karaf
2
3#
4# Enable or disable the refresh of the bundles when installing
5# the features contained in a KAR file
6#
7noAutoRefreshBundles=false
8
9#
10# Enable or disable the automatic start of the bundles when installing
11# the features contained in a KAR file
12#
13noAutoStartBundles=false
14
15##########################################################################
16##
17## Custom openHAB configuration
18
19#
20# Directory where the kar are stored (when downloaded from Maven for instance)
21#
22karStorage=${karaf.data}/tmp/kar
23