13 lines
267 B
Django/Jinja
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 |