mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-5378 - shell script improvements - remove hostname from pid file
This commit is contained in:
parent
7100bf377a
commit
83631e3068
|
@ -131,7 +131,7 @@ fi
|
|||
|
||||
# Location of the pidfile
|
||||
if [ -z "$ACTIVEMQ_PIDFILE" ]; then
|
||||
ACTIVEMQ_PIDFILE="$ACTIVEMQ_DATA/activemq-`hostname`.pid"
|
||||
ACTIVEMQ_PIDFILE="$ACTIVEMQ_DATA/activemq.pid"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue