Added help text to give the user a hint how to configure activemq

Conflicts:
	assembly/src/release/bin/env
This commit is contained in:
Marc Schoechlin 2015-02-23 17:49:04 +01:00
parent e52b7dc368
commit ce3939b11f
1 changed files with 8 additions and 3 deletions

View File

@ -15,8 +15,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ------------------------------------------------------------------------
# Configuration file for running Apache Active MQ as standalone provider
#
# Configuration file for running Apache Active MQ as standalone provider.
#
# This file overwrites the predefined settings of the sysv init-script.
# You can also use alternate location for default settings -
# invoke the init-script without a argument an review help section "Configuration of this script"
# /etc/default/activemq <activemq user home>/.activemqrc <activemq installation dir>/bin/env
# Set jvm memory configuration
if [ -z "$ACTIVEMQ_OPTS_MEMORY" ] ; then
@ -103,4 +108,4 @@ ACTIVEMQ_USER=""
# path to the "java" binary using JAVACMD
# (set JAVACMD to "auto" for automatic detection)
#JAVA_HOME=""
JAVACMD="auto"
JAVACMD="auto"