mirror of
https://github.com/munki/munki.git
synced 2026-02-06 15:20:36 -06:00
28 lines
739 B
Plaintext
28 lines
739 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>/private/tmp/.com.googlecode.munki.managedinstall.launchd</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
<key>Label</key>
|
|
<string>com.googlecode.munki.managedsoftwareupdate-install</string>
|
|
<key>OnDemand</key>
|
|
<true/>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/usr/local/munki/supervisor</string>
|
|
<string>--timeout</string>
|
|
<string>43200</string>
|
|
<string>--</string>
|
|
<string>/usr/local/munki/managedsoftwareupdate</string>
|
|
<string>--installwithnologout</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|