Skip to content

Instantly share code, notes, and snippets.

@radupotop
Last active January 12, 2019 08:04
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save radupotop/965f462fb1f1641dfe9c to your computer and use it in GitHub Desktop.
Save radupotop/965f462fb1f1641dfe9c to your computer and use it in GitHub Desktop.
iperf3.service for systemd
[Unit]
Description=iperf3 server
After=syslog.target network.target auditd.service
[Service]
User=iperf
ExecStart=/usr/bin/iperf3 -s --logfile /var/log/iperf.log
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment