mirror of
https://github.com/munki/munki.git
synced 2026-05-24 23:28:39 -05:00
8be9722007
* Remove RunAtLoad from munki-notifier * remove RunAtLoad
27 lines
680 B
Plaintext
27 lines
680 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>KeepAlive</key>
|
|
<dict>
|
|
<key>PathState</key>
|
|
<dict>
|
|
<key>/var/run/com.googlecode.munki.ManagedSoftwareCenter</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
<key>Label</key>
|
|
<string>com.googlecode.munki.ManagedSoftwareCenter</string>
|
|
<key>LimitLoadToSessionType</key>
|
|
<array>
|
|
<string>Aqua</string>
|
|
</array>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/usr/local/munki/launchapp</string>
|
|
<string>-a</string>
|
|
<string>/Applications/Managed Software Center.app</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|