dnsdist: Update to 1.3.3

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-03-18 04:38:41 +00:00
parent aac6015042
commit fd0b2742bf
2 changed files with 14 additions and 6 deletions

View File

@@ -14,7 +14,8 @@
case "${1}" in
start)
boot_mesg "Starting dnsdist..."
loadproc /usr/bin/dnsdist -d ${ARGS}
/usr/bin/dnsdist --supervised ${ARGS} >/dev/null &
evaluate_retval
;;
stop)