From a92080a1b03793001f5ecb98cea32b475fc44667 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 29 Jan 2017 13:48:03 +0000 Subject: system/apache-activemq: Put group/user info in README. Signed-off-by: David Spencer --- system/apache-activemq/README | 10 ++++++++++ 1 file changed, 10 insertions(+) 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- 4) use /usr/local/bin/activemq-instance- 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 -- cgit v1.2.3-65-gdbad