monitoring: doorbell-listener heartbeat + systemd timer

This commit is contained in:
2026-08-28 10:06:04 -07:00
parent 5da59422b3
commit 080c7c29bf
3 changed files with 64 additions and 0 deletions
@@ -0,0 +1,10 @@
[Unit]
Description=Run doorbell listener heartbeat every minute
[Timer]
OnCalendar=*-*-* *:*:00
AccuracySec=5s
Persistent=true
[Install]
WantedBy=timers.target