12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
|
#!/bin/ksh
|
||
|
#
|
||
|
# $OpenBSD: pdns_recursor.rc,v 1.1.1.1 2018/12/29 14:29:08 sthen Exp $
|
||
|
|
||
|
daemon="${TRUEPREFIX}/sbin/pdns_recursor --daemon=yes"
|
||
|
|
||
|
. /etc/rc.d/rc.subr
|
||
|
|
||
|
rc_reload=NO
|
||
|
|
||
|
rc_cmd $1
|