#!/sbin/openrc-run

name="busybox $RC_SVCNAME"
command="/usr/sbin/$RC_SVCNAME"
command_args="$UDHCPD_OPTS -f"
pidfile="/run/$SVCNAME.pid"
command_background=true

depend() {
	need net
	after firewall
}