feat(ms-ai-architect): add cross-OS scheduling templates (launchd/systemd/Windows) [skip-docs]
This commit is contained in:
parent
c70c682553
commit
ec2f92b608
6 changed files with 295 additions and 0 deletions
13
scripts/kb-update/templates/ms-ai-architect-kb-update.timer
Normal file
13
scripts/kb-update/templates/ms-ai-architect-kb-update.timer
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue