aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/inetd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/busybox/inetd.initd')
-rw-r--r--main/busybox/inetd.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/busybox/inetd.initd b/main/busybox/inetd.initd
new file mode 100644
index 00000000000..5ef7b395ff9
--- /dev/null
+++ b/main/busybox/inetd.initd
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+
+name="busybox $RC_SVCNAME"
+command="/usr/sbin/$RC_SVCNAME"
+command_args="-f $INETD_OPTS"
+pidfile="/run/$RC_SVCNAME.pid"
+command_background=true
+
+depend() {
+ need net localmount
+ after firewall
+}
+