Initial import of watchdog-discord-route skill
This commit is contained in:
15
scripts/openclaw-watchdog-b.timer
Normal file
15
scripts/openclaw-watchdog-b.timer
Normal 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
|
||||
Reference in New Issue
Block a user