10 lines
176 B
SYSTEMD
10 lines
176 B
SYSTEMD
[Unit]
|
|
Description=Run auto assign review daily at 14:30
|
|
PartOf=openclaw-secondbrain.target
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 14:30:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |