#!/bin/sh
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "Starting dhcpd"


exec /usr/bin/dhcpd -f &> /var/log/dhcpd.log
