12 lines
169 B
SYSTEMD
12 lines
169 B
SYSTEMD
[Unit]
|
|
Description=OpenClaw Second-Brain periodic verify_pending_external
|
|
|
|
[Timer]
|
|
OnBootSec=15min
|
|
OnUnitActiveSec=2h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|