Re: starting squid automatically when down

1999-12-29 Thread Ariel Biener
On Wed, 29 Dec 1999, Mike wrote: /usr/local/squid/bin/RunCache & (try reading the docs from time to time). --Ariel > Hi list. > Is there any script that start up process when they go down ? > > Thanks, > > Mike > > > > = > To

Re: starting squid automatically when down

1999-12-29 Thread Stanislav Malyshev a.k.a Frodo
M>> Is there any script that start up process when they go down ? You may look at daemontools - http://cr.yp.to/daemontools.html from the same man who did qmail. -- [EMAIL PROTECTED] \/ There shall be counsels taken Stanislav Malyshev /\ Stronger than Morgul-spells phone +972-3-931

Re: starting squid automatically when down

1999-12-28 Thread Constantin Eizner
People stop waste words. Run this one. #!/bin/sh # # $Id: RunCache.in,v 1.9 1999/01/29 18:19:46 wessels Exp $ prefix=/var/log/squid/logs exec_prefix=${prefix} logdir=${prefix} PATH=${exec_prefix}/bin:/bin:/usr/bin:/usr/local/squid/bin export PATH conf="/usr/local/squid/squid.conf" if test "$1"

Re: starting squid automatically when down

1999-12-28 Thread Jonathan Ben-Avraham
On Wed, 29 Dec 1999, Mike wrote: > Hi list. > Is there any script that start up process when they go down ? > > Thanks, > > Mike > > > > = > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the mes

Re: starting squid automatically when down

1999-12-28 Thread chen
> Is there any script that start up process when they go down ? I'll guess you mean that your squid accidently crashes while the rest of the OS is stable. How about a cron running every X minutes checking if the process is there, and if not - restarting it? Chen Shapira ==

starting squid automatically when down

1999-12-28 Thread Mike
Hi list. Is there any script that start up process when they go down ? Thanks, Mike = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [