#!/usr/bin/openrc-run # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 command="/usr/bin/dnscrypt-proxy" command_args="${DNSCRYPT_PROXY_OPTS}" pidfile="/run/${RC_SVCNAME}.pid" start_stop_daemon_args="--background --make-pidfile" depend() { use logger net provide dns }