commit: 04922c2f9787d71461f5f8f39926c74aa8823595
Author: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Thu May 9 18:33:52 2019 +0000
Commit: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Thu May 9 18:35:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04922c2f
net-dns/dnsdist: initscript fix
Signed-off-by: Andreas Schuerch <nativemad <AT> gentoo.org>
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 17c86ca431d..f15a6d9e6a4 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 $?
}