12 lines
223 B
SYSTEMD
12 lines
223 B
SYSTEMD
[Unit]
|
|
Description=OpenClaw Second-Brain ingest transcript -> memory (every 1 min)
|
|
|
|
[Timer]
|
|
OnBootSec=30s
|
|
OnUnitActiveSec=60s
|
|
Unit=openclaw-secondbrain-ingest-transcript-to-memory.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|