Skip to content

Instantly share code, notes, and snippets.

View JeanCaron's full-sized avatar

Jean Caron JeanCaron

  • Facebook
  • Tel Aviv, Israel
View GitHub Profile
@JeanCaron
JeanCaron / iperf3.service
Last active April 26, 2016 11:26 — forked from radupotop/iperf3.service
iperf3.service for systemd
[Unit]
Description=iperf3 server
After=syslog.target network.target
[Service]
User=iperf
ExecStart=/usr/bin/iperf3 -s --logfile /var/log/iperf.log --pidfile /var/run/iperf3/iperf3.pid
Restart=always
[Install]