summaryrefslogtreecommitdiff
path: root/aports/uds_passthru/uds_passthru.initd
diff options
context:
space:
mode:
Diffstat (limited to 'aports/uds_passthru/uds_passthru.initd')
-rw-r--r--aports/uds_passthru/uds_passthru.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/aports/uds_passthru/uds_passthru.initd b/aports/uds_passthru/uds_passthru.initd
new file mode 100644
index 0000000..67f7698
--- /dev/null
+++ b/aports/uds_passthru/uds_passthru.initd
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+
+supervisor=supervise-daemon
+name="Unix Domain Socket pass-through"
+description="Unix Domain Socket pass-through support"
+
+command=/sbin/uds_passthru
+command_background=true
+
+depend() {
+ need net
+ after firewall
+}