Skip to content

Instantly share code, notes, and snippets.

@rinex20
Created April 5, 2022 05:38
Show Gist options
  • Select an option

  • Save rinex20/526a2527986eecd40dd0d9884d48e2a9 to your computer and use it in GitHub Desktop.

Select an option

Save rinex20/526a2527986eecd40dd0d9884d48e2a9 to your computer and use it in GitHub Desktop.
[Unit]
Description=iPerf3
After=network.target
[Service]
Type=simple
User=nobody
Restart=on-failure
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