Skip to content

Instantly share code, notes, and snippets.

View jsenecal's full-sized avatar

Jonathan Senecal jsenecal

View GitHub Profile
@jsenecal
jsenecal / iperf3.service
Created August 31, 2020 02:22 — forked from auipga/iperf3.service
systemd service unit for iperf3
# /etc/systemd/system/iperf3.service
# User service: $HOME/.config/systemd/user/iperf3.service
[Unit]
Description=iperf3 server
After=syslog.target network.target auditd.service
[Service]
Restart=always
RestartSec=3