#!/bin/sh

# PROVIDE: pdnsd
# REQUIRE: netif
# BEFORE: LOGIN

. /etc/rc.subr

name="pdnsd"
rcvar=pdnsd_enable
command="/usr/local/sbin/pdnsd"
command_args="-d"
required_files="/usr/local/etc/pdnsd.conf"
: ${pdnsd_svcj_options:="net_basic"}

load_rc_config $name

run_rc_command "$1"
