mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3365 - add hostname to pid file name
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1135133 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d48b4b077
commit
6718b5b8d9
|
@ -103,7 +103,7 @@ fi
|
|||
|
||||
# Location of the pidfile
|
||||
if [ -z "$ACTIVEMQ_PIDFILE" ]; then
|
||||
ACTIVEMQ_PIDFILE="$ACTIVEMQ_DATA_DIR/activemq.pid"
|
||||
ACTIVEMQ_PIDFILE="$ACTIVEMQ_DATA_DIR/activemq-$(hostname).pid"
|
||||
fi
|
||||
|
||||
# Location of the java installation
|
||||
|
|
Loading…
Reference in New Issue