Discard Program key from launchd plist
This commit is contained in:
committed by
T. R. Bernstein
parent
6461d6143f
commit
8d2b7627d1
@@ -144,10 +144,9 @@ function createLaunchDaemonsPlist() {
|
|||||||
<dict>
|
<dict>
|
||||||
<key>Label</key>
|
<key>Label</key>
|
||||||
<string>${launcherName}</string>
|
<string>${launcherName}</string>
|
||||||
<key>Program</key>
|
|
||||||
<string>/usr/local/bin/brew</string>
|
|
||||||
<key>ProgramArguments</key>
|
<key>ProgramArguments</key>
|
||||||
<array>
|
<array>
|
||||||
|
<string>/usr/local/bin/brew</string>
|
||||||
<string>${brewCommand}</string>
|
<string>${brewCommand}</string>
|
||||||
</array>
|
</array>
|
||||||
<key>StartInterval</key>
|
<key>StartInterval</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user