mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/rabbitmq-server: Fix README.
This commit is contained in:
parent
dbdfc11563
commit
659e6723d2
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
RabbitMQ is a feature rich, multi-protocol messaging broker.
|
||||
|
||||
It supports:
|
||||
AMQP 0-9-1
|
||||
STOMP 1.0 through 1.2
|
||||
|
@ -6,7 +7,8 @@ It supports:
|
|||
AMQP 1.0
|
||||
|
||||
This script requires a 'rabbitmq' user/group to exist before
|
||||
running. The recommended UID/GID is 319.
|
||||
running. The recommended UID/GID is 319.
|
||||
You can create these like so:
|
||||
groupadd -g 319 rabbitmq
|
||||
useradd -u 319 -g 319 -c "Rabbit MQ" -d /var/lib/rabbitmq -s /bin/sh rabbitmq
|
||||
groupadd -g 319 rabbitmq
|
||||
useradd -u 319 -g 319 -c "Rabbit MQ" \
|
||||
-d /var/lib/rabbitmq -s /bin/sh rabbitmq
|
||||
|
|
Loading…
Reference in a new issue