summaryrefslogtreecommitdiff
path: root/community/iperf/iperf-tcp.service
blob: ccb8401c8b0c124543d71c76cdbd339d7b86ad07 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Iperf TCP Server
After=network.target

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

[Install]
WantedBy=multi-user.target