# forgot to include the shutdown changes, so here's a full procedure to fix this in Bionic:
sudo nano /lib/systemd/system/rabbitmq-server.service # fixup the [Unit] entry to look like this: [Unit] Description=RabbitMQ Messaging Server After=network.target [email protected] Wants=network.target [email protected] # change just the ExecStop under [Service] to use "shutdown" instead of "stop": ExecStop=/usr/sbin/rabbitmqctl shutdown # reload and reboot: sudo systemctl stop rabbitmq-server.service 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 [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
