Page 1 of 1

ns script für cron

Posted: 2003-01-22 11:34
by randar
Hi

kann mir wer verraten wie ich meinen bind9 in nen cronjob haun kann? In dem tutorial von 1un1 ist nix dabei :( Da ist nur wie ich ihn auf dem neusten stand haben kann. Würd halt gerne das er sofort startet wenn mal nen reboot ist oder was ähnliches

Re: ns script für cron

Posted: 2003-01-22 11:41
by Matthias Diehl
Hi !
Das wird bei der Installation von bind normalerweise automatisch gemacht. Wenn Du Suse 7.x drauf hast schau mal ob in der /etc/rc.config
folgende Zeile steht:

Code: Select all

START_NAMED="yes"
Wenn das so ist, dann wird der Nameserver automatisch immer gestartet

Re: ns script für cron

Posted: 2003-01-22 11:42
by randar
okay danke.