diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-01-29 13:48:03 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:25 +0700 |
commit | a92080a1b03793001f5ecb98cea32b475fc44667 (patch) | |
tree | f47acb3524cf9ef1fc78a4f0d5f16a817689ca28 | |
parent | 4bba462870ccfed00e5f86bac759307818831cbf (diff) | |
download | slackbuilds-a92080a1b03793001f5ecb98cea32b475fc44667.tar.gz |
system/apache-activemq: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | system/apache-activemq/README | 10 |
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 |