summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/apache-activemq/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/apache-activemq/README b/system/apache-activemq/README
index ddca821731..5d34142fda 100644
--- a/system/apache-activemq/README
+++ b/system/apache-activemq/README
@@ -16,3 +16,13 @@ machine:
/usr/local/bin/activemq-instance-<INSTANCENAME>
4) use /usr/local/bin/activemq-instance-<INSTANCENAME> to start/stop/restart
your own instance.
+
+
+Groupname and Username
+
+You must have the 'activemq' group and user to run this script,
+for example:
+
+ groupadd -g 253 activemq
+ useradd -u 253 -g 253 -c "Apache Active MQ" -d /var/lib/activemq \
+ -s /bin/sh activemq