This commit is contained in:
Scott E. Graves 2025-02-19 16:50:56 -06:00
parent 8e346670e6
commit 2b72d3150c

View File

@ -135,6 +135,7 @@ static void check_server(const server_cfg &server, data_db &state_db) {
auto run_cmd(const app_config &cfg) -> int { auto run_cmd(const app_config &cfg) -> int {
MONITARR_USES_FUNCTION_NAME(); MONITARR_USES_FUNCTION_NAME();
auto ret{0}; auto ret{0};
std::signal(SIGINT, quit_handler); std::signal(SIGINT, quit_handler);
#if !defined(_WIN32) #if !defined(_WIN32)