Skip to content

Commit

Permalink
fix(default): update systemd file with correct defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Sep 3, 2021
1 parent 7734ee1 commit be57ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rabbitmq/files/default/systemd.ini.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#########################################################
[Unit]
Description=RabbitMQ broker {{ '' if name is not defined or name else name }}
Wants=network-online.target
After=syslog.target network.target
After=network.target epmd@0.0.0.0.socket
Wants=network.target epmd@0.0.0.0.socket

[Service]
Type=notify
Expand Down

0 comments on commit be57ab9

Please sign in to comment.