From dd397d06260760a1167a6cf9d2d5aae9e32cb2ec Mon Sep 17 00:00:00 2001 From: Max Marrone Date: Mon, 12 Feb 2024 16:24:15 -0500 Subject: [PATCH] layers/meta-opentrons: Update robot-server launch command. --- .../opentrons-robot-server/files/opentrons-robot-server.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-opentrons/recipes-robot/opentrons-robot-server/files/opentrons-robot-server.service b/layers/meta-opentrons/recipes-robot/opentrons-robot-server/files/opentrons-robot-server.service index 47a3a141..569eb6f7 100644 --- a/layers/meta-opentrons/recipes-robot/opentrons-robot-server/files/opentrons-robot-server.service +++ b/layers/meta-opentrons/recipes-robot/opentrons-robot-server/files/opentrons-robot-server.service @@ -7,7 +7,7 @@ Wants=opentrons-ot3-canbus [Service] Type=notify -ExecStart=python3 -m uvicorn robot_server:app --uds /run/aiohttp.sock --ws wsproto +ExecStart=python3 -m uvicorn robot_server.app:app --uds /run/aiohttp.sock --ws wsproto StateDirectory=opentrons-robot-server Environment=OT_API_FF_enableOT3HardwareController=true Environment=RUNNING_ON_PI=true