- listen to localhost only by default to comply to the epmd.socket

which also only listens to localhost (bsc#1087270)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=103
This commit is contained in:
Dirk Mueller 2018-12-15 20:49:30 +00:00 committed by Git OBS Bridge
parent 11b716abcd
commit 56af504eb6
3 changed files with 20 additions and 2 deletions

View File

@ -5,6 +5,18 @@
# combination. See the clustering on a single machine guide for details:
# http://www.rabbitmq.com/clustering.html#single-machine
#NODENAME=rabbit
#
# with the default SUSE epmd.socket we need to listen to localhost to
# properly activate the socket activation. In order to switch back to
# the clustering compatible listen to any address, run this prior removing
# this override:
#
# cat <<EOF > /etc/systemd/system/epmd.socket.d/ports.conf
# [Socket]
# ListenStream=
# ListenStream=[::]:4369
# EOF
NODENAME=rabbit@localhost
# By default RabbitMQ will bind to all interfaces, on IPv4 and IPv6 if
# available. Set this if you only want to bind to one network interface or#

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 15 20:48:46 UTC 2018 - Dirk Mueller <dmueller@suse.com>
- listen to localhost only by default to comply to the epmd.socket
which also only listens to localhost (bsc#1087270)
-------------------------------------------------------------------
Tue Dec 4 12:38:49 UTC 2018 - matwey.kornilov@gmail.com

View File

@ -1,7 +1,7 @@
[Unit]
Description=RabbitMQ broker
After=syslog.target network.target
Requires=epmd.service
After=syslog.target network.target epmd.service
BindsTo=epmd.service
[Service]
Type=notify