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

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

[Install]
WantedBy=multi-user.target