From 6718b5b8d9c0102f1af70e4d9c29df2b64aa90e0 Mon Sep 17 00:00:00 2001 From: Bosanac Dejan Date: Mon, 13 Jun 2011 15:16:06 +0000 Subject: [PATCH] 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 --- assembly/src/release/bin/activemq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assembly/src/release/bin/activemq b/assembly/src/release/bin/activemq index a232ad4ea1..8fe75c5570 100755 --- a/assembly/src/release/bin/activemq +++ b/assembly/src/release/bin/activemq @@ -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