Skip to content

Commit

Permalink
Fix launchd program args
Browse files Browse the repository at this point in the history
launchd has some weird syntx. Apparently the program needs to be in
the ProgramArguments, as Program appears to be ignored.
  • Loading branch information
matthewbauer committed Sep 2, 2019
1 parent 800fba1 commit 87c604c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions misc/launchd/org.nixos.nix-daemon.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
<true/>
<key>RunAtLoad</key>
<true/>
<key>Program</key>
<string>/bin/sh</string>
<key>ProgramArguments</key>
<array>
<string>/bin/sh</string>
<string>-c</string>
<string>/bin/wait4path @bindir@/nix-daemon &amp;&amp; @bindir@/nix-daemon</string>
</array>
Expand Down

0 comments on commit 87c604c

Please sign in to comment.