[Unit] Description=Cortex / Holly LLM Gateway After=network.target [Service] Type=simple User=scott WorkingDirectory=/home/scott/agents_sync/projects/Cortex_and_Inara_dev/cortex EnvironmentFile=/home/scott/agents_sync/projects/Cortex_and_Inara_dev/cortex/.env.holly ExecStart=/home/scott/agents_sync/projects/Cortex_and_Inara_dev/cortex/.venv/bin/uvicorn main:app --host 0.0.0.0 --port 8001 Restart=on-failure RestartSec=5 [Install] WantedBy=multi-user.target