This commit is contained in:
2025-02-19 16:50:56 -06:00
parent c351eea05a
commit 60c16ca015

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 {
MONITARR_USES_FUNCTION_NAME();
auto ret{0};
std::signal(SIGINT, quit_handler);
#if !defined(_WIN32)