Skip to content

Instantly share code, notes, and snippets.

@rockpapergoat
Created April 13, 2012 19:50
Show Gist options
  • Save rockpapergoat/2379629 to your computer and use it in GitHub Desktop.
Save rockpapergoat/2379629 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>MachServices</key>
<dict>
<key>com.apple.mrt</key>
<true/>
</dict>
<key>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>Label</key>
<string>com.apple.mrt</string>
<key>ProgramArguments</key>
<array>
<string>/usr/libexec/MRT</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment