Fix launchd program args

launchd has some weird syntx. Apparently the program needs to be in
the ProgramArguments, as Program appears to be ignored.
This commit is contained in:
Matthew Bauer 2019-09-02 18:35:10 -04:00
parent 800fba1037
commit 87c604c1f0
1 changed files with 1 additions and 2 deletions

View File

@ -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>