summaryrefslogtreecommitdiff
blob: 08196ff1a7c923fd627df9cf5595be8873153697 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

command="/usr/sbin/dnscrypt-proxy"
command_args="${DNSCRYPT_OPTS}"
pidfile="/run/${SVCNAME}.pid"

depend() {
	use net dns logger
}