Add systemd service file (#340)

To be modified by some code changes in #430.
This commit is contained in:
Sascha Spreitzer 2016-11-18 22:43:48 +01:00 committed by Bruce A. Mah
parent 902b195edd
commit b56d154cda

9
contrib/iperf3.service Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description=iperf3
Requires=network-online.target
[Service]
ExecStart=/usr/bin/iperf3 -s
[Install]
WantedBy=multi-user.target