]>
git.saurik.com Git - apple/network_cmds.git/blob - unbound/contrib/rc_d_unbound
3 # unbound freebsd startup rc.d script, modified from the named script.
4 # uses the default unbound installation path and pidfile location.
5 # copy this to /etc/rc.d/unbound
6 # and put unbound_enable="YES" into rc.conf
10 # REQUIRE: SERVERS cleanvar
20 command="/usr/local/sbin/unbound"
21 pidfile
=${unbound_pidfile:-"/usr/local/etc/unbound/unbound.pid"}
22 command_args
=${unbound_flags:-"-c /usr/local/etc/unbound/unbound.conf"}
23 extra_commands
="reload"