summaryrefslogtreecommitdiff
path: root/community/iperf/iperf.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/iperf/iperf.service')
-rw-r--r--community/iperf/iperf.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/iperf/iperf.service b/community/iperf/iperf.service
new file mode 100644
index 000000000..1bdcf86e9
--- /dev/null
+++ b/community/iperf/iperf.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Iperf Server
+
+[Service]
+ExecStart=/usr/bin/iperf -s
+
+[Install]
+WantedBy=multi-user.target