added iperf3 role
This commit is contained in:
13
roles/iperf3/templates/iperf3.service.j2
Normal file
13
roles/iperf3/templates/iperf3.service.j2
Normal file
@@ -0,0 +1,13 @@
|
||||
# /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
|
||||
Reference in New Issue
Block a user