Initial import of watchdog-discord-route skill

This commit is contained in:
Alice
2026-04-22 08:33:51 +08:00
commit 8138fb011d
22 changed files with 2447 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Template systemd --user timer (DO NOT auto-install).
# Runs every 10 minutes.
[Unit]
Description=Run OpenClaw Watchdog B every 10 minutes
[Timer]
OnCalendar=*:0/10
Persistent=true
# Optional jitter to avoid synchronized runs
RandomizedDelaySec=30
Unit=openclaw-watchdog-b.service
[Install]
WantedBy=timers.target