Skip to content

Instantly share code, notes, and snippets.

@mplinuxgeek
Last active November 18, 2019 09:48
Show Gist options
  • Save mplinuxgeek/31808911dc33c5bf967506cbe28dfa76 to your computer and use it in GitHub Desktop.
Save mplinuxgeek/31808911dc33c5bf967506cbe28dfa76 to your computer and use it in GitHub Desktop.
/etc/systemd/system/iperf.service
[Unit]
Description=iperf server
After=syslog.target network.target auditd.service
[Service]
ExecStart=/usr/bin/iperf -s
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment