diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-01-28 13:17:00 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-01-28 13:17:00 +0000 |
| commit | 099b31a9fe3e41efbdd1d7927fec596a9f896369 (patch) | |
| tree | 8ce48d232ceb305c747c34a06ca945de37f95446 /packaging | |
| parent | f1b522352caa0e6b21c7e03aaedac07c17ce1b3c (diff) | |
| parent | 30d3777324f868299552b846d633549cd1f7879e (diff) | |
| download | rabbitmq-server-git-099b31a9fe3e41efbdd1d7927fec596a9f896369.tar.gz | |
Merging bug23410 to default
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/debs/Debian/debian/postinst | 3 |
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 |
