From 04922c2f9787d71461f5f8f39926c74aa8823595 Mon Sep 17 00:00:00 2001 From: Andreas Schuerch Date: Thu, 9 May 2019 20:33:52 +0200 Subject: [PATCH] net-dns/dnsdist: initscript fix Signed-off-by: Andreas Schuerch Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- net-dns/dnsdist/files/dnsdist.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/dnsdist/files/dnsdist.initd b/net-dns/dnsdist/files/dnsdist.initd index 17c86ca431d4..f15a6d9e6a48 100644 --- a/net-dns/dnsdist/files/dnsdist.initd +++ b/net-dns/dnsdist/files/dnsdist.initd @@ -31,7 +31,7 @@ start() { ebegin "Starting dnsdist (${DNSDIST_INSTANCE})" start-stop-daemon --start --exec $DNSDIST --pidfile ${PIDFILE} \ - -b -- -u ${DNSDIST_USER} -g ${DNSDIST_GROUP} \ + -b -- --supervised -u ${DNSDIST_USER} -g ${DNSDIST_GROUP} \ -C $DNSDIST_CONFFILE ${DNSDIST_OPTIONS} eend $? } -- 2.26.2