mirror of
https://github.com/munki/munki.git
synced 2026-05-12 15:28:51 -05:00
Begin launchd plist evolution
This commit is contained in:
@@ -6,18 +6,11 @@
|
||||
<string>com.googlecode.munki.MunkiStatus</string>
|
||||
<key>LimitLoadToSessionType</key>
|
||||
<array>
|
||||
<string>Aqua</string>
|
||||
<string>LoginWindow</string>
|
||||
</array>
|
||||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>ManagedSoftwareUpdateMode</key>
|
||||
<string>MunkiStatus</string>
|
||||
</dict>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/local/munki/launchapp</string>
|
||||
<string>-a</string>
|
||||
<string>/Applications/Utilities/Managed Software Update.app</string>
|
||||
<string>/Library/Managed Installs/Tools/MunkiStatus.app/Contents/MacOS/MunkiStatus</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<false/>
|
||||
@@ -27,6 +20,8 @@
|
||||
<dict>
|
||||
<key>/var/run/com.googlecode.munki.MunkiStatus</key>
|
||||
<true/>
|
||||
<key>/private/tmp/com.googlecode.munki.installatlogout</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
<?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.MunkiStatusLogout</string>
|
||||
<key>LimitLoadToSessionType</key>
|
||||
<array>
|
||||
<string>LoginWindow</string>
|
||||
</array>
|
||||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>ManagedSoftwareUpdateMode</key>
|
||||
<string>MunkiStatus</string>
|
||||
</dict>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/Applications/Utilities/Managed Software Update.app/Contents/MacOS/Managed Software Update</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<false/>
|
||||
<key>KeepAlive</key>
|
||||
<dict>
|
||||
<key>PathState</key>
|
||||
<dict>
|
||||
<key>/var/run/com.googlecode.munki.MunkiStatus</key>
|
||||
<true/>
|
||||
<key>/private/tmp/com.googlecode.munki.installatlogout</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -3,6 +3,6 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.8.0.1</string>
|
||||
<string>2.0.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user