- Default PULL_SYNC_LOG to logs/git-pull-projects.log; add logs/README and gitignore - Add services/ia_dev integration README and .env.example - Replace docs/ia_dev-submodule.md with ia_dev-module.md; update ecosystem and README links - Point ia_dev submodule to commit with smart_ide_logs.sh
Systemd units
Ollama
Installed by the official Ollama Linux installer. Unit: ollama.service.
Expose the API to Docker on the same host (AnythingLLM) with a drop-in:
# /etc/systemd/system/ollama.service.d/override.conf
[Service]
Environment="OLLAMA_HOST=0.0.0.0:11434"
Then: sudo systemctl daemon-reload && sudo systemctl restart ollama
Helper in repo: ../configure-ollama-for-docker.sh writes this drop-in.
AnythingLLM
anythingllm.service— runs the official Docker image in the foreground under systemd (Type=simple).- Defaults:
/etc/default/anythingllm(copy fromanythingllm.defaultif missing). - Helper:
/usr/local/sbin/anythingllm-docker-exec.sh(from../scripts/anythingllm-docker-exec.sh).
Install / refresh:
sudo ./scripts/install-systemd-services.sh
Commands:
sudo systemctl status anythingllm
sudo systemctl restart anythingllm
journalctl -u anythingllm -f
Requires docker.service, user ncantu in group docker, and paths in /etc/default/anythingllm for non-default storage.