aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox-initscripts/udhcpd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/busybox-initscripts/udhcpd.initd')
-rw-r--r--main/busybox-initscripts/udhcpd.initd11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/busybox-initscripts/udhcpd.initd b/main/busybox-initscripts/udhcpd.initd
new file mode 100644
index 0000000000..5bc2340e21
--- /dev/null
+++ b/main/busybox-initscripts/udhcpd.initd
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+
+name="busybox $SVCNAME"
+command="/usr/sbin/$SVCNAME"
+command_args="$UDHCP_OPTS "
+pidfile="/var/run/$SVCNAME.pid"
+
+depend() {
+ need net
+ after firewall
+}