src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/hap-door/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2018-03-01 17:14:13 -0600
committerLuke Hoersten <[email protected]>2018-03-01 17:14:13 -0600
commit7cad29ec72c8765cd439e12a251458a71629bc25 (patch)
tree1e1f3557cc51f1eaa740421c2c03498f97288deb /roles/hap-door/handlers
parentd80ca142279de1c556e582c46c43b8bd20f25b49 (diff)
Broke out separate hap-door role from hap-nodejs.
Diffstat (limited to 'roles/hap-door/handlers')
-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