system/rabbitmq-server: Fix README.

This commit is contained in:
B. Watson 2016-11-14 14:52:17 -05:00 committed by Willy Sudiarto Raharjo
parent dbdfc11563
commit 659e6723d2
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

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