Skip to content

Commit

Permalink
Merge pull request #2674 from LnL7/daemon-disable-fork-safety
Browse files Browse the repository at this point in the history
nix-daemon: add variable to disable fork safety
  • Loading branch information
edolstra committed Mar 1, 2019
2 parents ebd4d50 + 8ac1130 commit ad6dbec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions misc/launchd/org.nixos.nix-daemon.plist.in
Expand Up @@ -2,6 +2,11 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EnvironmentVariables</key>
<dict>
<key>OBJC_DISABLE_INITIALIZE_FORK_SAFETY</key>
<string>YES</string>
</dict>
<key>Label</key>
<string>org.nixos.nix-daemon</string>
<key>KeepAlive</key>
Expand Down

0 comments on commit ad6dbec

Please sign in to comment.