mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 01:29:11 +00:00
block signals before curl (#19771)
This commit is contained in:
parent
0c5d34d41a
commit
b6c0e9e216
1 changed files with 1 additions and 0 deletions
|
@ -795,6 +795,7 @@ int netdata_main(int argc, char **argv) {
|
|||
nd_profile_setup();
|
||||
|
||||
// status and crash/update/exit detection
|
||||
signals_block_all_except_deadly();
|
||||
exit_initiated_reset();
|
||||
daemon_status_file_check_crash();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue