SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
net/dnscrypt-proxy/pkg/dnscrypt_proxy.rc
Normal file
13
net/dnscrypt-proxy/pkg/dnscrypt_proxy.rc
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/ksh
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/dnscrypt-proxy"
|
||||
daemon_flags="-config ${SYSCONFDIR}/dnscrypt-proxy.toml"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
pexp="${daemon}${daemon_flags:+ ${daemon_flags}}.*"
|
||||
|
||||
rc_bg=YES
|
||||
rc_reload=NO
|
||||
|
||||
rc_cmd $1
|
Loading…
Add table
Add a link
Reference in a new issue