From 83631e30687ba6fc269eafda9167e38e4877a103 Mon Sep 17 00:00:00 2001 From: Dejan Bosanac Date: Tue, 23 Dec 2014 14:16:07 +0100 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-5378 - shell script improvements - remove hostname from pid file --- 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 9d80a09b32..1d0fab4490 100755 --- a/assembly/src/release/bin/activemq +++ b/assembly/src/release/bin/activemq @@ -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