From c0713400778eb412d113ea217982a586d79f35fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Tue, 29 Nov 2022 04:53:11 +0100 Subject: Implement a forwarding service. - Add the `forwarding` system service (script + OpenRC support). - Enable support for UDP ports for `socat`. - Adjust UDS pass-through to avoid conflicts with forwarding. - Update documentation. Requested by: Universal Devices --- aports/forwarding/forwarding.initd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 aports/forwarding/forwarding.initd (limited to 'aports/forwarding/forwarding.initd') diff --git a/aports/forwarding/forwarding.initd b/aports/forwarding/forwarding.initd new file mode 100644 index 0000000..fd63aa0 --- /dev/null +++ b/aports/forwarding/forwarding.initd @@ -0,0 +1,13 @@ +#!/sbin/openrc-run + +supervisor=supervise-daemon +name="Forwarding service" +description="Forwarding support" + +command=/sbin/forwarding +command_background=true + +depend() { + need net + after firewall +} -- cgit v1.2.3