# 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 epmd@0.0.0.0.socket
Wants=network.target
# 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=netw
# I run into this problem reliably in Bionic following this process, (as
of 7/19/2019, this process caused the bug to manifest)
# Clean install ubuntu server 18.04.2 (using traditional installer media, not
live media)
# (installing into a gen2 Hyper-V VM running on Windows 10 1903)
# after insta