src.nth.io/

summaryrefslogtreecommitdiff
path: root/iperf3/server/handlers/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-12-11 07:08:41 -0600
committerLuke Hoersten <[email protected]>2020-12-11 07:08:41 -0600
commitb5b2565c213e10e3c8e44f3a800f53c36074f138 (patch)
treed82558f26daec5023655a8e8b21f55a15b6d1a1c /iperf3/server/handlers/main.yaml
parent68d37aee5057cdb3809f36e6d00acf5a5b6e21fd (diff)
Add iperf3 server service.
Diffstat (limited to 'iperf3/server/handlers/main.yaml')
-rw-r--r--iperf3/server/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/iperf3/server/handlers/main.yaml b/iperf3/server/handlers/main.yaml
new file mode 100644
index 0000000..c0ca0f2
--- /dev/null
+++ b/iperf3/server/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart iperf3
+ become: yes
+ systemd: name="iperf3.service" state="restarted" daemon_reload="yes"