> Personally I have always thought that the perl script in contrib is
> overly complex.
> 
> #!/bin/sh
> 
> while : ; do
>       /path/named -f <whatever other flags you use>
>       sleep 17
> done

That works, but note that it won't catch the problem if named hangs.

Running it in xinetd works too, but same note.

-- 
Evan Hunt -- e...@isc.org
Internet Systems Consortium, Inc.
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to