summaryrefslogtreecommitdiff
path: root/roles/install_iperf3/files/iperf3-tcp.service
blob: b35a5342125630b34a3971ccc7a28ee09dc464d2 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Iperf3 TCP Server
After=network.target

[Service]
ExecStart=/usr/bin/iperf3 -s -V

[Install]
WantedBy=multi-user.target