[Unit] Description=LiveKit VoiceBot Backend (Python Agent) After=network.target [Service] Type=simple User=root WorkingDirectory=/var/www/html/livekit_frontend/BackEnd/agent-starter-python Environment=PYTHONUNBUFFERED=1 ExecStart=/home/aiteam/.local/bin/uv run python src/agent.py dev Restart=always RestartSec=10 StandardOutput=append:/var/www/html/livekit_frontend/logs/backend-out.log StandardError=append:/var/www/html/livekit_frontend/logs/backend-error.log [Install] WantedBy=multi-user.target