Skip to content

Instantly share code, notes, and snippets.

@JeanCaron
Forked from radupotop/iperf3.service
Last active April 26, 2016 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeanCaron/35df811cefc3ad41f7a8aa4cd09c6724 to your computer and use it in GitHub Desktop.
Save JeanCaron/35df811cefc3ad41f7a8aa4cd09c6724 to your computer and use it in GitHub Desktop.
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]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment