https://issues.apache.org/jira/browse/AMQ-5378 - shell script improvements - remove hostname from pid file

This commit is contained in:
Dejan Bosanac 2014-12-23 14:16:07 +01:00
parent 7100bf377a
commit 83631e3068
1 changed files with 1 additions and 1 deletions

View File

@ -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