#!/bin/ksh

daemon="/usr/local/sbin/neighbot -d"
daemon_flags="-u _neighbot -o /usr/local/share/arp-scan/ieee-oui.txt"

. /etc/rc.d/rc.subr

rc_reload=NO

rc_pre() {
	install -d -o _neighbot -g _neighbot /var/neighbot
}

rc_cmd $1
