10 lines
322 B
Desktop File
10 lines
322 B
Desktop File
[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'
|
|
|