10 lines
183 B
SYSTEMD
10 lines
183 B
SYSTEMD
[Unit]
|
|
Description=Run health check at 02:00 and 14:00 daily
|
|
PartOf=openclaw-secondbrain.target
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 02,14:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |