10 lines
161 B
SYSTEMD
10 lines
161 B
SYSTEMD
[Unit]
|
|
Description=Daily Summary at 14:00
|
|
PartOf=openclaw-secondbrain.target
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 14:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |