mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:52:07 -04:00
start the testing named with -X named.lock
This commit is contained in:
parent
b624001e36
commit
6e9b7dc9c7
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ sub start_server {
|
|||
} else {
|
||||
$command .= "-m record,size,mctx ";
|
||||
$command .= "-T clienttest ";
|
||||
$command .= "-X named.lock ";
|
||||
$command .= "-c named.conf -d 99 -g";
|
||||
}
|
||||
$command .= " >named.run 2>&1 &";
|
||||
|
|
|
|||
Loading…
Reference in a new issue