summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rabbit.erl')
-rw-r--r--src/rabbit.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index 6ef816c0f1..61df20679b 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -57,6 +57,12 @@
{requires, pre_boot},
{enables, external_infrastructure}]}).
+-rabbit_boot_step({mirrored_supervisor,
+ [{description, "mirrored supervisor"},
+ {mfa, {mirrored_supervisor, init, []}},
+ {requires, pre_boot},
+ {enables, external_infrastructure}]}).
+
-rabbit_boot_step({external_infrastructure,
[{description, "external infrastructure ready"}]}).