diff options
author | Brian Evans <grknight@gentoo.org> | 2021-12-03 09:41:13 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2021-12-03 09:41:13 -0500 |
commit | 34d0fd905f2581f33320abad2840da8e1ff65288 (patch) | |
tree | 05a0b1df09e61dbd77083bac381f5a431f20b986 /net-dns | |
parent | app-crypt/gnupg-pkcs11-scd: Update OpenRC script (diff) | |
download | gentoo-34d0fd905f2581f33320abad2840da8e1ff65288.tar.gz gentoo-34d0fd905f2581f33320abad2840da8e1ff65288.tar.bz2 gentoo-34d0fd905f2581f33320abad2840da8e1ff65288.zip |
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@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd | 4 |
1 files 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 |