diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2016-01-22 17:35:13 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2016-01-22 17:35:13 +0300 |
| commit | 1a292318690bdbf3ee60d63c52045f1dabb4be8e (patch) | |
| tree | 8a8c9462eb934f2e963f66f17f9d33e4b10d3be9 | |
| parent | 12ee9f0180d80963d65b058f2663545a81859e67 (diff) | |
| download | rabbitmq-server-git-1a292318690bdbf3ee60d63c52045f1dabb4be8e.tar.gz | |
Compile, references #574
| -rw-r--r-- | src/rabbit.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index b41813e55d..315955657c 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -292,7 +292,7 @@ broker_start() -> %% Only for systemd unit with Type=notify. Errors are intentionally %% ignored: either you have working systemd-notify(1) or you don't %% care about systemd at all. - os:cmd("systemd-notify --ready") + os:cmd("systemd-notify --ready"), ok = log_broker_started(rabbit_plugins:active()). start_it(StartFun) -> |
