src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/hap-door/handlers/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/hap-door/handlers/main.yaml')
-rw-r--r--roles/hap-door/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/hap-door/handlers/main.yaml b/roles/hap-door/handlers/main.yaml
new file mode 100644
index 0000000..25d24bd
--- /dev/null
+++ b/roles/hap-door/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart hap-nodejs service
+ systemd: name="hap-nodejs" state="restarted" daemon_reload="yes"
+ become: yes