RE: High Avaliability Processes

2002-07-22 Thread Jan Mikkelsen
Johan Brodin wrote: > I'm new to this list and I want to ask a rather simple question. Does > FreeBSD 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 t

Re: High Avaliability Processes

2002-07-22 Thread Terry Lambert
Johan Brodin wrote: > I'm new to this list and I want to ask a rather simple question. Does > FreeBSD 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?

Re: High Avaliability Processes

2002-07-22 Thread Philip Reynolds
Hi Johan, from the init(8) manpage: ``Init can also be used to keep arbitrary daemons running, automatically restarting them if they die. In this case, the first field in the ttys(5) file must not reference the path to a configured device node and will be passed to the daemon as the final argu

Re: High Avaliability Processes

2002-07-22 Thread Patric Mrawek
On Mon, 22 Jul 2002, Johan Brodin wrote: > I'm new to this list and I want to ask a rather simple question. Does > FreeBSD 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 "externa

High Avaliability Processes

2002-07-22 Thread Johan Brodin
Hi! I'm new to this list and I want to ask a rather simple question. Does FreeBSD 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 an