mirror of https://github.com/apache/activemq.git
Added help text to give the user a hint how to configure activemq
Conflicts: assembly/src/release/bin/env
This commit is contained in:
parent
e52b7dc368
commit
ce3939b11f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue