mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Use PR_SET_PDEATHSIG to ensure child cleanup
This commit is contained in:
parent
163fdf292e
commit
809ca33806
3 changed files with 13 additions and 3 deletions
|
@ -779,7 +779,7 @@ static void daemonLoop(char * * argv)
|
|||
processConnection(trusted);
|
||||
|
||||
_exit(0);
|
||||
}, "unexpected Nix daemon error: ");
|
||||
}, false, "unexpected Nix daemon error: ");
|
||||
|
||||
} catch (Interrupted & e) {
|
||||
throw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue