Skip to content

Instantly share code, notes, and snippets.

@wheberth
Created January 15, 2020 14:13
Show Gist options
  • Save wheberth/3fa9f76d874c7d737d87e8229a652a25 to your computer and use it in GitHub Desktop.
Save wheberth/3fa9f76d874c7d737d87e8229a652a25 to your computer and use it in GitHub Desktop.
systemd service to automattically starts iperf3 on boot
[Unit]
Description=iperf3 server
After=syslog.target network.target auditd.service
[Service]
ExecStart=/usr/bin/iperf3 -s
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment