Commit c5b99f5c authored by Thomas Goirand's avatar Thomas Goirand
Browse files

Fixed systemd .service file so that rabbit starts after empd

parent 5dfc6333
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
[Unit]
Description=RabbitMQ Messaging Server
After=network.target
After=network.target epmd@0.0.0.0.socket
Wants=network.target epmd@0.0.0.0.socket

[Service]
Type=notify