summaryrefslogtreecommitdiff
path: root/aports/forwarding/forwarding.initd
diff options
context:
space:
mode:
Diffstat (limited to 'aports/forwarding/forwarding.initd')
-rw-r--r--aports/forwarding/forwarding.initd13
1 files changed, 13 insertions, 0 deletions
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
+}