feat(verify): add pending external verifier

This commit is contained in:
2026-05-27 00:05:51 +02:00
parent 8f47151a48
commit ec8870ea40
5 changed files with 199 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=OpenClaw Second-Brain verify_pending_external
OnFailure=openclaw-secondbrain-notify@%n.service
[Service]
Type=oneshot
WorkingDirectory=/root/.openclaw/workspace
ExecStart=/bin/bash -lc 'flock -n /tmp/%n.lock /usr/bin/python3 /root/.openclaw/workspace/openclaw_cron_wrapper.py verify_pending_external'