aboutsummaryrefslogtreecommitdiffstats
path: root/roles/coturn/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/coturn/handlers/main.yml')
-rw-r--r--roles/coturn/handlers/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/coturn/handlers/main.yml b/roles/coturn/handlers/main.yml
new file mode 100644
index 0000000..a8eb087
--- /dev/null
+++ b/roles/coturn/handlers/main.yml
@@ -0,0 +1,4 @@
+- name: restart coturn
+ systemd:
+ name: coturn
+ state: restarted