Files
munki/launchd/LaunchAgents/com.googlecode.munki.ManagedSoftwareCenter.plist
T
Erik Gomez 8be9722007 Remove RunAtLoad from munki-notifier (#728)
* Remove RunAtLoad from munki-notifier

* remove RunAtLoad
2017-03-15 08:53:11 -07:00

27 lines
680 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>/var/run/com.googlecode.munki.ManagedSoftwareCenter</key>
<true/>
</dict>
</dict>
<key>Label</key>
<string>com.googlecode.munki.ManagedSoftwareCenter</string>
<key>LimitLoadToSessionType</key>
<array>
<string>Aqua</string>
</array>
<key>ProgramArguments</key>
<array>
<string>/usr/local/munki/launchapp</string>
<string>-a</string>
<string>/Applications/Managed Software Center.app</string>
</array>
</dict>
</plist>