forked from lix-project/lix
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:
parent
800fba1037
commit
87c604c1f0
|
@ -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 && @bindir@/nix-daemon</string>
|
||||
</array>
|
||||
|
|
Loading…
Reference in a new issue