Skip to content

Commit ad6dbec

Browse files
authored
Merge pull request NixOS#2674 from LnL7/daemon-disable-fork-safety
nix-daemon: add variable to disable fork safety
2 parents ebd4d50 + 8ac1130 commit ad6dbec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

misc/launchd/org.nixos.nix-daemon.plist.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>EnvironmentVariables</key>
6+
<dict>
7+
<key>OBJC_DISABLE_INITIALIZE_FORK_SAFETY</key>
8+
<string>YES</string>
9+
</dict>
510
<key>Label</key>
611
<string>org.nixos.nix-daemon</string>
712
<key>KeepAlive</key>

0 commit comments

Comments
 (0)