[Unit] Description=LLM Team UI - Multi-model team web interface After=network.target ollama.service [Service] Type=simple User=root WorkingDirectory=/root ExecStart=/usr/bin/python3 /root/llm_team_ui.py Restart=on-failure RestartSec=5 [Install] WantedBy=multi-user.target