<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>org.grimore.monit</string> <key>KeepAlive</key> <true/> <key>OnDemand</key> <false/> <key>RunAtLoad</key> <true/> <key>ProgramArguments</key> <array> <string>/usr/local/bin/monit</string> <string>-c</string> <string>/usr/local/etc/monit/monitrc</string> <string>-I</string> </array> <key>WorkingDirectory</key> <string>/usr/local/etc/monit</string> <key>UserName</key> <string>root</string> <key>GroupName</key> <string>wheel</string> <key>InitGroups</key> <true/> </dict> </plist>