Added config reload via IPC pipes

This commit is contained in:
acidicoala
2023-01-12 00:25:36 +03:00
parent d52e752723
commit dfbce391a7
4 changed files with 21 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ namespace smoke_api {
} else {
init_proxy_mode();
}
LOG_INFO("🚀 Initialization complete")
} catch (const Exception& ex) {
koalabox::util::panic(fmt::format("Initialization error: {}", ex.what()));