src.nth.io/

summaryrefslogtreecommitdiff
path: root/unifi-protect-viewport/handlers/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-04-15 20:00:04 -0500
committerLuke Hoersten <[email protected]>2026-04-15 20:00:04 -0500
commit4ec792319b0cc9ab9aa3410c454f4880515c62c0 (patch)
tree876e693da2e2be042a574838484027de8be6b23d /unifi-protect-viewport/handlers/main.yaml
parent7d61034d91cc716ad6165f6867c49940ced94909 (diff)
Rename doorbell-viewport role to unifi-protect-viewport
Diffstat (limited to 'unifi-protect-viewport/handlers/main.yaml')
-rw-r--r--unifi-protect-viewport/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/unifi-protect-viewport/handlers/main.yaml b/unifi-protect-viewport/handlers/main.yaml
new file mode 100644
index 0000000..18fec0f
--- /dev/null
+++ b/unifi-protect-viewport/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart doorbell-viewport
+ become: yes
+ systemd: name="doorbell-viewport.service" state="restarted" daemon_reload="yes"