11/29/07 5:40:00 AM com.apple.launchd[1] (0x1121b0.cron[8270]) Could not setup Mach task special port 9: (os/kern) no access
11/29/07 5:40:00 AM com.apple.launchd[1] (0x110b30.cron[8271]) Could not setup Mach task special port 9: (os/kern) no access
*/5 * * * * /usr/bin/some_program param1 param2
<?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>net.home.some.whitehill</string>
<key>UserName</key>
<string>whitehill</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/some_program</string>
<string>param1</string>
<string>param2</string>
</array>
<key>StartInterval</key>
<integer>300</integer>
</dict>
</plist>
launchctl load /Library/LaunchAgents/net.home.some.whitehill.plist