Re: Daemon supervisor

2006-08-22 Thread Matthew R. Dempsky
On Mon, Aug 21, 2006 at 02:31:20PM +0400, Bruno Carnazzi wrote: > I'd like to implement a daemon supervisor that could automatically > restart a daemon when it crashes. I like runit[1] or daemontools[2] for this purpose. [1] http://smarden.sunsite.dk/runit/ [2] http://cr.yp.to/daemontools.html

Re: Daemon supervisor

2006-08-21 Thread Nico Meijer
Hi Bruno, > I'd like to implement a daemon supervisor that could automatically > restart a daemon when it crashes. Look for monit: /usr/ports/sysutils/monit/. http://www.tildeslash.com/monit/ HTH... Nico

Daemon supervisor

2006-08-21 Thread Bruno Carnazzi
Hi misc, I'd like to implement a daemon supervisor that could automatically restart a daemon when it crashes. Can I use /etc/ttys for this (automatic respawn) ? Is that a good practice ? ex : tty00 "/usr/local/sbin/squid" unknown on Thank you, Bruno.