system/apache-activemq: Put group/user info in README.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-01-29 13:48:03 +00:00 committed by Willy Sudiarto Raharjo
parent 4bba462870
commit a92080a1b0

View file

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