11 lines
148 B
SYSTEMD
11 lines
148 B
SYSTEMD
[Unit]
|
|
Description=OpenClaw Second-Brain ingest_memory (every 10 min)
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/10
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|