Get launchd service name from data provider
This commit is contained in:
committed by
T. R. Bernstein
parent
d73b3448f6
commit
c2653794be
@@ -96,7 +96,7 @@ function createLaunchDaemon() {
|
|||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>Label</key>
|
<key>Label</key>
|
||||||
<string>${serviceName}</string>
|
<string>$($dataProvider LaunchdServiceName)</string>
|
||||||
<key>ProgramArguments</key>
|
<key>ProgramArguments</key>
|
||||||
<array>
|
<array>
|
||||||
<string>${xpcConsumerPath}</string>
|
<string>${xpcConsumerPath}</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user