Fixes: https://git.lix.systems/lix-project/lix/issues/640 Change-Id: I2c4dc0e2642379e3f16fc39909dd4da8695d7239
13 lines
477 B
Markdown
13 lines
477 B
Markdown
---
|
|
synopsis: "Fetch peer PID for daemon connections on macOS"
|
|
issues: [fj#640]
|
|
cls: [2453]
|
|
category: Fixes
|
|
credits: [lilyball]
|
|
---
|
|
|
|
`nix-daemon` will now fetch the peer PID for connections on macOS, to match behavior with Linux.
|
|
Besides showing up in the log output line, If `nix-daemon` is given an argument (such as `--daemon`)
|
|
that argument will be overwritten with the peer PID for the forked process that handles the connection,
|
|
which can be used for debugging purposes.
|