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).
This commit is contained in:
Michał Kępień
2023-11-16 13:21:33 +01:00
committed by Michal Nowak
parent 920af590d1
commit 422286e9c2
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
-c named.conf -m record -T nosyslog -d 99 -D logfileconfig-ns1
-c named.conf -m record -T nosyslog -f -d 99 -D logfileconfig-ns1

View File

@@ -1 +1 @@
-c named.conf -m record -T nosyslog -d 99 -D logfileconfig-ns1 -L named_deflog
-c named.conf -m record -T nosyslog -f -d 99 -D logfileconfig-ns1 -L named_deflog

View File

@@ -1 +1 @@
-m record -c named.conf -d 99 -D rpzextra-ns3 -T maxcachesize=2097152
-m record -c named.conf -d 99 -f -D rpzextra-ns3 -T maxcachesize=2097152