[Unit] Description=Atlas LiteLLM Proxy (Anthropic-compat gateway) After=network.target ollama.service Wants=ollama.service [Service] Type=simple WorkingDirectory=/opt/atlas ExecStart=/opt/atlas/litellm-venv/bin/litellm --config /opt/atlas/litellm_config.yaml --port 4100 --host 0.0.0.0 Restart=always RestartSec=5 EnvironmentFile=-/opt/atlas/router-secrets.env StandardOutput=journal StandardError=journal SyslogIdentifier=atlas-litellm [Install] WantedBy=multi-user.target