projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
273df63
)
net-dns/dnsdist: initscript fix
author
Andreas Schuerch
<nativemad@gentoo.org>
Thu, 9 May 2019 18:33:52 +0000
(20:33 +0200)
committer
Andreas Schuerch
<nativemad@gentoo.org>
Thu, 9 May 2019 18:35:08 +0000
(20:35 +0200)
Signed-off-by: Andreas Schuerch <nativemad@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
net-dns/dnsdist/files/dnsdist.initd
patch
|
blob
|
history
diff --git
a/net-dns/dnsdist/files/dnsdist.initd
b/net-dns/dnsdist/files/dnsdist.initd
index 17c86ca431d49d3c6df8dc85b7ca8c10cadffbd8..f15a6d9e6a48b7973c8ea893b2026af10154fec3 100644
(file)
--- 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 $?
}