block signals before curl (#19771)
Costa Tsaousis committed
Mar 4, 2025 at 22:21 UTC
b6c0e9e2161d6b7f9b6b4fff3a686294fc9d88db
1 file changed
+1
src/daemon/main.c
+1
@@ -795,6 +795,7 @@ int netdata_main(int argc, char **argv) {
795
nd_profile_setup();
796
797
// status and crash/update/exit detection
798
+ signals_block_all_except_deadly();
799
exit_initiated_reset();
800
daemon_status_file_check_crash();
801