# my method to fix the problem in Bionic for now is simple, borrowing
from the upstream Debian patch:

sudo nano /lib/systemd/system/rabbitmq-server.service

# make the [Unit] definition look like this:
[Unit]
Description=RabbitMQ Messaging Server
After=network.target epmd@0.0.0.0.socket
Wants=network.target epmd@0.0.0.0.socket

# then reload and reboot, no more delay at Rabbitmq
sudo systemctl daemon-reload
sudo systemctl restart rabbitmq-server.service

sudo shutdown -r now

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1784757

Title:
  [SRU] rabbitmq-server does not properly shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1784757/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to