summaryrefslogtreecommitdiff
path: root/aports/busybox/udhcpd.initd
blob: e4dabd5b343f0fc717990a8d9372dec4d6846765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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
}