Launchctl: how can I configure a service to stop restarting automatically until next reboot?
Posted
by Andrew J. Brehm
on Super User
See other posts from Super User
or by Andrew J. Brehm
Published on 2010-04-03T11:32:22Z
Indexed on
2010/04/03
11:43 UTC
Read the original article
Hit count: 392
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)?
© Super User or respective owner