Skip to content

Commit

Permalink
layers/meta-opentrons: Update robot-server launch command.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Feb 14, 2024
1 parent eaba81c commit dd397d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd397d0

Please sign in to comment.