[09:31] I ran a service with "respawn limit 0 10" thinking it would limit it to one and only one process ("limit 1 10" seems to allow two processes), and my system bombarded itself with respawned processes, such that I had to hit the power button, boot into recovery, edit the respawns out of the script... Is there a way to tell respawn only to allow one process for the service, and respawn it if it fails? [17:22] ectospasm: though I'm not fully certain, I'm under the impression that simply indicating the respawn stanza should give you the behaviour you're looking for [17:22] i.e. 'respawn' wit no arguments [17:26] Respawn limit has nothing to do with the number of simultaneous processes.