[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: High Avaliability Processes



Johan Brodin wrote:

>I'm new to this list and I want to ask a rather simple question. Does
>OpenBSD contain a program (preferably a kernel process) that can see if
>another process (user defined) terminates and then restart this process?
>Or will I have to use an "external" program for this?
>
>Grateful for a quick answer!
>
while true; do my_high_availability_crashing_program; sleep1; done
Cedric