mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2727 - patch applied with thanks
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@945033 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
240619f0bb
commit
7046dc7f24
|
@ -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
|
||||
/*)
|
||||
|
|
|
@ -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
|
||||
/*)
|
||||
|
|
Loading…
Reference in New Issue