Skip to content

Commit

Permalink
fix(robot-server): ensure robot-server starts after mosquitto (#14729)
Browse files Browse the repository at this point in the history
Closes EXEC-351
  • Loading branch information
mjhuff authored Mar 26, 2024
1 parent 03f1149 commit a7e33bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions robot-server/opentrons-robot-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ After=nginx.service

After=opentrons-status-leds.service

Wants=mosquitto.service
After=mosquitto.service

[Service]

Expand Down

0 comments on commit a7e33bc

Please sign in to comment.