Re: Starting Squid at system startup

From: David Luyer <luyer@dont-contact.us>
Date: Mon, 09 Mar 1998 16:32:05 +0800

> echo "Starting the Squid Web Proxy Cache"
> /usr/local/squid/bin/RunCache &
>

> I tried changing the last line of the script to the following but this
> made no difference.
>
> /usr/local/squid/bin/RunCache > /dev/null 2>1 &

Make it use

  nohup /usr/local/squid/bin/RunCache &

The problem I know of is that when *all* the rc3.d scripts finish the
background jobs which aren't detached get a SIGHUP, this usually affects
scripts numbered above 80 or so (ie, still running not detached by the time
all the scripts finish) on Digital Unix 3.2 or later.

David.
Received on Mon Mar 09 1998 - 00:41:32 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:39:12 MST