mirror of
https://github.com/munki/munki.git
synced 2025-12-30 19:20:10 -06:00
git-svn-id: http://munki.googlecode.com/svn/trunk@621 a4e17f2e-e282-11dd-95e1-755cbddbdd66
29 lines
760 B
Plaintext
29 lines
760 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>Label</key>
|
|
<string>com.googlecode.munki.ManagedSoftwareUpdate</string>
|
|
<key>LimitLoadToSessionType</key>
|
|
<array>
|
|
<string>Aqua</string>
|
|
</array>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/usr/local/munki/launchapp</string>
|
|
<string>-a</string>
|
|
<string>/Applications/Utilities/Managed Software Update.app</string>
|
|
</array>
|
|
<key>RunAtLoad</key>
|
|
<false/>
|
|
<key>KeepAlive</key>
|
|
<dict>
|
|
<key>PathState</key>
|
|
<dict>
|
|
<key>/var/run/com.googlecode.munki.ManagedSoftwareUpdate</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|