diff options
Diffstat (limited to 'aports/busybox/udhcpd.initd')
-rw-r--r-- | aports/busybox/udhcpd.initd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/aports/busybox/udhcpd.initd b/aports/busybox/udhcpd.initd new file mode 100644 index 0000000..02c7620 --- /dev/null +++ b/aports/busybox/udhcpd.initd @@ -0,0 +1,11 @@ +#!/sbin/openrc-run + +name="busybox $SVCNAME" +command="/usr/sbin/$SVCNAME" +command_args="$UDHCPD_OPTS " +pidfile="/var/run/$SVCNAME.pid" + +depend() { + need net + after firewall +} |