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