Launchctl: how can I configure a service to stop restarting automatically until next reboot?
- by Andrew J. Brehm
I have several services set up in launchctl and they all start at boot and restart automatically whenever they stop for any reason. That's great so far.
But sometimes I want one of the services to quit and not restart for a while.
Is there a recommended way to do that apart from removing the service from launchctl (which also stops it immediately, which I don't want to do)?