Skip to content

Instantly share code, notes, and snippets.

@thimslugga
Forked from mmasaki/iperf.service
Created February 1, 2017 20:15
Show Gist options
  • Save thimslugga/b50c77b932715d69a24ad0d67557a7dc to your computer and use it in GitHub Desktop.
Save thimslugga/b50c77b932715d69a24ad0d67557a7dc to your computer and use it in GitHub Desktop.
systemd service unit for iperf
# /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