Files
ansible.collection.globals/roles/iperf3/templates/iperf3.service.j2
2025-09-27 12:06:55 +01:00

13 lines
267 B
Django/Jinja

# /etc/systemd/system/iperf3.service
# file created automatically by ansible mylimbo.globals.iperf3 role
[Unit]
Description=iperf3 server
After=syslog.target network.target auditd.service
[Service]
ExecStart=/usr/bin/iperf3 -s
[Install]
WantedBy=multi-user.target