Add systemd service file (#340)
To be modified by some code changes in #430.
This commit is contained in:
parent
902b195edd
commit
b56d154cda
9
contrib/iperf3.service
Normal file
9
contrib/iperf3.service
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=iperf3
|
||||
Requires=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/iperf3 -s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user