diff --git a/handlers/main.yml b/handlers/main.yml
new file mode 100644
index 0000000000000000000000000000000000000000..543f8e079c7e2636f73acafbddcb0d90d539322d
--- /dev/null
+++ b/handlers/main.yml
@@ -0,0 +1,7 @@
+---
+# file: roles/jailkit/handlers/main.yml
+
+- name: Restart PHP-FPM
+  service:
+    name: '{{ phpFpmService }}'
+    state: restarted