mirror of
https://github.com/roles-ansible/ansible_role_iperf.git
synced 2024-08-16 13:09:49 +02:00
14 lines
219 B
Django/Jinja
14 lines
219 B
Django/Jinja
[Unit]
|
|
Description=iperf3 Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User={{ iperf__user }}
|
|
Group={{ iperf__group }}
|
|
ExecStart=iperf3 {{ iperf__options }}
|
|
Restart=on-abort
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|