Skip to content

Instantly share code, notes, and snippets.

@rockpapergoat
Created April 13, 2012 19:48
Show Gist options
  • Save rockpapergoat/2379606 to your computer and use it in GitHub Desktop.
Save rockpapergoat/2379606 to your computer and use it in GitHub Desktop.
<?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>RunAtLoad</key>
<true/>
<key>LimitLoadToSessionType</key>
<string>Aqua</string>
<key>Label</key>
<string>com.apple.mrt.uiagent</string>
<key>Program</key>
<string>/System/Library/CoreServices/MRTAgent.app/Contents/MacOS/MRTAgent</string>
<key>KeepAlive</key>
<dict>
<key>OtherJobEnabled</key>
<dict>
<key>com.apple.mrt</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment