ollama pull compares digests server-side so no download happens if a model is already current. Timer runs monthly offset 2h from kiwix. install.sh updated to handle all units generically. https://claude.ai/code/session_012gDnantBmFTWZGCiKyjazx
12 lines
184 B
SYSTEMD
12 lines
184 B
SYSTEMD
[Unit]
|
|
Description=Monthly Ollama model update check
|
|
Requires=ollama-update.service
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
RandomizedDelaySec=2h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|