summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-01-27 18:53:21 +0000
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-01-27 18:53:21 +0000
commit30d3777324f868299552b846d633549cd1f7879e (patch)
tree673c8213873f53a49d57ed091ba0c3d7fde6bb38 /packaging
parent36661cc567b10297605c78c50ed5e9c417dbff0e (diff)
parent8393b7944dfcbe47ddc948261776d08f29dbd770 (diff)
downloadrabbitmq-server-git-30d3777324f868299552b846d633549cd1f7879e.tar.gz
merge bug22252 into default (how does basic.recover affect basic.qos limits?)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debs/Debian/debian/postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/debs/Debian/debian/postinst b/packaging/debs/Debian/debian/postinst
index 05fb179cbf..134f16ee1b 100644
--- a/packaging/debs/Debian/debian/postinst
+++ b/packaging/debs/Debian/debian/postinst
@@ -26,7 +26,8 @@ fi
# create rabbitmq user
if ! getent passwd rabbitmq >/dev/null; then
adduser --system --ingroup rabbitmq --home /var/lib/rabbitmq \
- --no-create-home --gecos "RabbitMQ messaging server" rabbitmq
+ --no-create-home --gecos "RabbitMQ messaging server" \
+ --disabled-login rabbitmq
fi
chown -R rabbitmq:rabbitmq /var/lib/rabbitmq