mirror of https://github.com/yandex/odyssey.git
odyssey: do not exit on SIGHUP
This commit is contained in:
parent
d707f8a9ac
commit
8a735a8e87
|
@ -280,8 +280,7 @@ od_system_signal_handler(void *arg)
|
|||
break;
|
||||
case SIGHUP:
|
||||
od_log(&instance->logger, "system", NULL, NULL,
|
||||
"SIGHUP received, shutting down");
|
||||
exit(0);
|
||||
"SIGHUP received, skipping");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue