aboutsummaryrefslogtreecommitdiffstats
path: root/community/iperf/iperf.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/iperf/iperf.initd')
-rw-r--r--community/iperf/iperf.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/iperf/iperf.initd b/community/iperf/iperf.initd
new file mode 100644
index 00000000000..d4752548e3c
--- /dev/null
+++ b/community/iperf/iperf.initd
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+
+supervisor=supervise-daemon
+
+command="/usr/bin/iperf"
+command_args="--server $command_args"
+description="A tool for performing network throughput measurements"
+
+depend() {
+ need net
+ after firewall
+}