10 lines
174 B
SYSTEMD
10 lines
174 B
SYSTEMD
[Unit]
|
|
Description=Run predictive links daily at 02:30
|
|
PartOf=openclaw-secondbrain.target
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 02:30:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |