12 lines
201 B
SYSTEMD
12 lines
201 B
SYSTEMD
[Unit]
|
|
Description=OpenClaw Second-Brain proactive_search_wrapper (every 4h)
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 01,05,09,13,17,21:10:00
|
|
RandomizedDelaySec=600
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|