[Unit] Description=SHIRE Brain API Server After=network-online.target tailscaled.service ollama.service Wants=network-online.target tailscaled.service ollama.service [Service] Type=simple User=shire3d WorkingDirectory=/home/shire3d/ARMOR Environment=SHIRE_FAST_MODEL=shire-fast:qwen3-1.7b Environment=SHIRE_DEEP_MODEL=shire-brain:qwen3-8b Environment=SHIRE_BRAIN_PORT=8765 Environment=OLLAMA_URL=http://127.0.0.1:11434 ExecStart=/home/shire3d/ARMOR/venv/bin/python /home/shire3d/ARMOR/ai/brain_server.py Restart=on-failure RestartSec=5 [Install] WantedBy=multi-user.target