I tried using the StartInterval and ThrottleInterval. It starts up but to soon which conflicts with another application I am running that is why I wanted to run a delay on this.This is the example of my runnign plist:<?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>com.connector.agent</string> <key>RunAtLoad</key> <true/> <key>ThrottleInterval</key> <integer>60</integer> <key>KeepAlive</key> <key>SuccessfulExit</key> <false /> </dict> <key>ProgramArguments</key> <array> <string>/Applications/Connector.app/Contents/MacOS/Connector</string> <string>-agent</string> </array></dict></plist>