mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 17:50:00 -04:00
Add a delay after changing the views named.conf before sending the SIGHUP
This commit is contained in:
parent
7b5dbd404b
commit
0a673a3448
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ rm -f ns2/named.conf ns3/named.conf ns2/example.db
|
|||
cp ns2/named2.conf ns2/named.conf
|
||||
cp ns3/named2.conf ns3/named.conf
|
||||
cp ns2/example2.db ns2/example.db
|
||||
sleep 5
|
||||
kill -HUP `cat ns2/named.pid`
|
||||
kill -HUP `cat ns3/named.pid`
|
||||
sleep 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue