src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/hap-nodejs/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2018-01-19 11:48:25 -0600
committerLuke Hoersten <[email protected]>2018-01-19 11:48:25 -0600
commit5f6b0c0e6e2ea3621cb0033b9f5498372c89db74 (patch)
treecfade4f68d242333f20d8d5b44906f6bb2b94315 /roles/hap-nodejs/handlers
Initial public commit.
Diffstat (limited to 'roles/hap-nodejs/handlers')
-rw-r--r--roles/hap-nodejs/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/hap-nodejs/handlers/main.yaml b/roles/hap-nodejs/handlers/main.yaml
new file mode 100644
index 0000000..25d24bd
--- /dev/null
+++ b/roles/hap-nodejs/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart hap-nodejs service
+ systemd: name="hap-nodejs" state="restarted" daemon_reload="yes"
+ become: yes