#!/usr/bin/openrc-run command="/usr/bin/dnscrypt-wrapper" command_args="${DNSCRYPT_WRAPPER_RUNTIME_ARGS} ${DNSCRYPT_WRAPPER_KEY_ARGS} ${DNSCRYPT_WRAPPER_NETWORK_ARGS}" pidfile="/run/${RC_SVCNAME}.pid" start_stop_daemon_args="--background --make-pidfile" depend() { need dnsmasq }