aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pdns
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pdns')
-rw-r--r--testing/pdns/pdns.initd4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/pdns/pdns.initd b/testing/pdns/pdns.initd
index 593d56347b..25d17ced80 100644
--- a/testing/pdns/pdns.initd
+++ b/testing/pdns/pdns.initd
@@ -6,7 +6,9 @@
name=pdns
daemon=/usr/sbin/pdns_server
pdns_control=/usr/bin/pdns_control
-opts="reload monitor dump"
+
+extra_started_commands="dump reload"
+extra_commands="monitor"
PDNS_INSTANCE="${SVCNAME#pdns[.-]}"
PDNS_CONFIG=""