mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:19:59 -04:00
Do not daemonize named instances with custom args
This enables the "logfileconfig" and "rpzextra" system tests to pass
when named is started under the supervision of rr (USE_RR=1).
(cherry picked from commit 422286e9c2)
This commit is contained in:
parent
3bd3dfd187
commit
a195d9b126
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
-c named.conf -m record -T nosyslog -d 99 -D logfileconfig-ns1 -X named.lock -U 4
|
||||
-c named.conf -m record -T nosyslog -f -d 99 -D logfileconfig-ns1 -X named.lock -U 4
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-c named.conf -m record -T nosyslog -d 99 -D logfileconfig-ns1 -X named.lock -U 4 -L named_deflog
|
||||
-c named.conf -m record -T nosyslog -f -d 99 -D logfileconfig-ns1 -X named.lock -U 4 -L named_deflog
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record -c named.conf -d 99 -D rpzextra-ns3 -X named.lock -U 4 -T maxcachesize=2097152
|
||||
-m record -c named.conf -d 99 -f -D rpzextra-ns3 -X named.lock -U 4 -T maxcachesize=2097152
|
||||
|
|
|
|||
Loading…
Reference in a new issue