~singpolyma/biboumi

810ea19fe32c64a93bbe15b9b10541259bcc9321 — Florent Le Coz 7 years ago 7f7c429
Exit with 1 if the connection to the XMPP server fails

This helps the system understand if the process started correctly or not,
when systemd is not used

fix #3078
1 files changed, 2 insertions(+), 0 deletions(-)

M src/main.cpp
M src/main.cpp => src/main.cpp +2 -0
@@ 203,6 203,8 @@ int main(int ac, char** av)
#ifdef CARES_FOUND
  DNSHandler::instance.destroy();
#endif
  if (!xmpp_component->ever_auth)
    return 1; // To signal that the process did not properly start
  log_info("All connections cleanly closed, have a nice day.");
  return 0;
}