mirror of
https://github.com/munki/munki.git
synced 2025-12-21 06:19:33 -06:00
Updated example launchd plists.
git-svn-id: http://munki.googlecode.com/svn/trunk@92 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>com.googlecode.munki-loginwindow</string>
|
||||
<string>com.googlecode.munki.managedinstaller-loginwindow</string>
|
||||
<key>LimitLoadToSessionType</key>
|
||||
<array>
|
||||
<string>LoginWindow</string>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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>Debug</key>
|
||||
<true/>
|
||||
<key>Label</key>
|
||||
<string>com.googlecode.munki.installcheck</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/path/to/installcheck</string>
|
||||
<string>--randomsleep=900</string>
|
||||
</array>
|
||||
<key>StartCalendarInterval</key>
|
||||
<dict>
|
||||
<key>Minute</key>
|
||||
<integer>10</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<key>Debug</key>
|
||||
<true/>
|
||||
<key>Label</key>
|
||||
<string>com.googlecode.munki-managedinstaller</string>
|
||||
<string>com.googlecode.munki.managedinstaller</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/path/to/managedinstaller</string>
|
||||
Reference in New Issue
Block a user