mirror of
https://github.com/munki/munki.git
synced 2026-02-05 06:41:07 -06:00
git-svn-id: http://munki.googlecode.com/svn/trunk@420 a4e17f2e-e282-11dd-95e1-755cbddbdd66
25 lines
648 B
Plaintext
25 lines
648 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-install</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/usr/local/munki/managedsoftwareupdate</string>
|
|
<string>--installwithnologout</string>
|
|
</array>
|
|
<key>KeepAlive</key>
|
|
<dict>
|
|
<key>PathState</key>
|
|
<dict>
|
|
<key>/private/tmp/.com.googlecode.munki.managedinstall.launchd</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
<key>OnDemand</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|
|
|