Files
munki/launchd/app_usage_LaunchDaemon/com.googlecode.munki.appusaged.plist
Wesley Whetstone 9a9cb71d21 add AssociatedBundleIdentifiers to the launchd jobs (#1268)
Authored-by: Wesley Whetstone <wesw@stripe.com>
2025-09-23 15:26:37 -07:00

27 lines
676 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AssociatedBundleIdentifiers</key>
<array>
<string>com.googlecode.munki.ManagedSoftwareCenter</string>
</array>
<key>Label</key>
<string>com.googlecode.munki.appusaged</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/munki/libexec/appusaged</string>
</array>
<key>Sockets</key>
<dict>
<key>appusaged</key>
<dict>
<key>SockPathMode</key>
<integer>438</integer>
<key>SockPathName</key>
<string>/var/run/appusaged</string>
</dict>
</dict>
</dict>
</plist>