git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@945033 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-05-17 08:59:19 +00:00
parent 240619f0bb
commit 7046dc7f24
2 changed files with 10 additions and 0 deletions

View File

@ -56,6 +56,11 @@ PIDDIR="."
# Do not modify anything beyond this point
#-----------------------------------------------------------------------------
# load system-wide activemq configuration
if [ -f "/etc/sysconfig/activemq" ] ; then
. /etc/sysconfig/activemq
fi
# Get the fully qualified path to the script
case $0 in
/*)

View File

@ -56,6 +56,11 @@ PIDDIR="."
# Do not modify anything beyond this point
#-----------------------------------------------------------------------------
# load system-wide activemq configuration
if [ -f "/etc/sysconfig/activemq" ] ; then
. /etc/sysconfig/activemq
fi
# Get the fully qualified path to the script
case $0 in
/*)