mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/apache-activemq: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4bba462870
commit
a92080a1b0
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue