How do you control a launchctl plist to not respawn on an error. I want to download a file from my server if it exists once a day. If the file is not there I do not want the plist to respawn.
I have tried KeepAlive and SucessfulExit and can't keep the program from respawnning if the ftp fails.
I have tried KeepAlive and SucessfulExit and can't keep the program from respawnning if the ftp fails.