[Unit] Description=DepthAnything V2 API After=network.target [Service] Type=simple User=www-data Group=www-data Environment=PYTHONUNBUFFERED=1 WorkingDirectory=/opt/depthanything ExecStart=/opt/depthanything/venv/bin/uvicorn depth_server:app --host 0.0.0.0 --port 5005 Restart=always RestartSec=5 [Install] WantedBy=multi-user.target