summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index f923cb01..28e706e1 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -323,6 +323,8 @@ broker_start() ->
Plugins = rabbit_plugins:setup(),
ToBeLoaded = Plugins ++ ?APPS,
start_apps(ToBeLoaded),
+ {module, sd_notify} == code:load_file(sd_notify) andalso
+ sd_notify:sd_notify(0, "READY=1"),
ok = log_broker_started(rabbit_plugins:active()).
start_it(StartFun) ->