diff options
author | Anders Kaseorg <andersk@mit.edu> | 2021-05-04 14:24:00 -0700 |
---|---|---|
committer | Anders Kaseorg <andersk@mit.edu> | 2021-05-04 14:33:47 -0700 |
commit | 4f493faf8062d6c7e51277527a029d277b156330 (patch) | |
tree | 37f4aa0143f662b7ba2631e8f429d3e67aea0631 /doc | |
parent | fe3a10a9b2c61ba19b24da4c93c4abc9e7583f3d (diff) |
launchd: Use exec to avoid leaving the extra shell wrapper running
Before:
UID PID PPID C STIME TTY TIME CMD
0 1737 1 0 2:28PM ?? 0:00.00 /bin/sh -c /bin/wait4path /nix/var/nix/profiles/default/bin/nix-daemon && /nix/var/nix/profiles/default/bin/nix-daemon
0 1739 1737 0 2:28PM ?? 0:00.05 /nix/var/nix/profiles/default/bin/nix-daemon
After:
UID PID PPID C STIME TTY TIME CMD
0 1763 1 0 2:29PM ?? 0:00.05 /nix/var/nix/profiles/default/bin/nix-daemon
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions