13 lines
396 B
SYSTEMD
13 lines
396 B
SYSTEMD
[Unit]
|
|
Description=Weekly trigger for ms-ai-architect KB-update
|
|
|
|
[Timer]
|
|
# Default cadence per the brief is Wednesday 04:23 local time. Editing
|
|
# this file directly is fine for one-off schedule tweaks; for
|
|
# reproducible installs prefer re-running scripts/install-kb-cron.mjs.
|
|
OnCalendar=Wed *-*-* 04:23:00
|
|
Persistent=true
|
|
Unit=ms-ai-architect-kb-update.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|