0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 01:29:11 +00:00

block signals before curl ()

This commit is contained in:
Costa Tsaousis 2025-03-04 22:21:54 +00:00 committed by GitHub
parent 0c5d34d41a
commit b6c0e9e216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();