mirror of
https://github.com/munki/munki.git
synced 2026-05-01 09:49:31 -05:00
8be9722007
* Remove RunAtLoad from munki-notifier * remove RunAtLoad
13 lines
355 B
Plaintext
13 lines
355 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.logouthelper</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/usr/local/munki/logouthelper</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|