docs: update README for Linux support, Qdrant backend, and portable systemd unit

This commit is contained in:
Apunkt 2026-05-12 16:58:32 +02:00
parent 8a116d270c
commit 01e5903035
No known key found for this signature in database
2 changed files with 38 additions and 8 deletions

View file

@ -16,7 +16,7 @@ After=default.target
[Service]
Type=simple
ExecStart=/home/andreas/.venv/iai-mcp/bin/python -m iai_mcp.daemon
ExecStart=%h/.venv/iai-mcp/bin/python -m iai_mcp.daemon
Restart=on-failure
RestartSec=30
StartLimitIntervalSec=60