commit: 34d0fd905f2581f33320abad2840da8e1ff65288 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Fri Dec 3 14:41:13 2021 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Fri Dec 3 14:41:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d0fd90
net-dns/dnscrypt-proxy: Update OpenRC script Non-maintainer commit: This is effectively the same options reorganized for future consideration. Closes: https://bugs.gentoo.org/828076 Signed-off-by: Brian Evans <grknight <AT> gentoo.org> net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd index ce1d1175d707..c1cb90040a20 100644 --- a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd +++ b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 command="/usr/bin/dnscrypt-proxy" @@ -7,7 +7,7 @@ command_args="${DNSCRYPT_PROXY_OPTS:--config /etc/dnscrypt-proxy/dnscrypt-proxy. command_user="${DNSCRYPT_PROXY_USER:-dnscrypt-proxy}:${DNSCRYPT_PROXY_GROUP:-dnscrypt-proxy}" pidfile="/run/${RC_SVCNAME}.pid" retry="SIGTERM/5/SIGTERM/5/SIGKILL/5" -start_stop_daemon_args="--background --make-pidfile" +command_background="yes" depend() { use logger net
