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