src.nth.io/

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