summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 15:22:58 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commitccd46138353308f74473e750b85ec2916626c843 (patch)
tree86e80ff23d5ec677dc9fa10b707b860f91df717b
parent502afb550615e68995f4b7819f4bdff37ffc0151 (diff)
downloadslackbuilds-ccd46138353308f74473e750b85ec2916626c843.tar.gz
slackbuilds-ccd46138353308f74473e750b85ec2916626c843.tar.xz
system/apache-activemq: Fix README.
-rw-r--r--system/apache-activemq/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/apache-activemq/README b/system/apache-activemq/README
index 3938ac5abc..ddca821731 100644
--- a/system/apache-activemq/README
+++ b/system/apache-activemq/README
@@ -9,8 +9,10 @@ released under the Apache 2.0 License.
This package provides an /etc/rc.d/rc.activemq init script to manage the main
ActiveMQ system instance. If you want to run different instances on the same
machine:
+
1) create the configuration file /etc/default/activemq-instance-<INSTANCENAME>
2) create an appropriate ACTIVEMQ_HOME
-3) ln -sf /usr/share/activemq/bin/activemq /usr/local/bin/activemq-instance-<INSTANCENAME>
+3) ln -sf /usr/share/activemq/bin/activemq \
+ /usr/local/bin/activemq-instance-<INSTANCENAME>
4) use /usr/local/bin/activemq-instance-<INSTANCENAME> to start/stop/restart
-your own instance.
+ your own instance.