Skip to content

Commit

Permalink
opentrons-robot-app: always restart service and force stop after 10s. (
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 authored Jun 26, 2024
1 parent 2cd5bba commit 5198d3e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ ExecStart=/usr/bin/opentrons-robot-app.sh
ExecStartPost=/bin/systemctl stop opentrons-loading.service
ExecStopPost=/bin/systemctl start opentrons-loading.service
TimeoutStartSec=30
TimeoutStopSec=10
ExitType=cgroup
NotifyAccess=all
Restart=on-failure
Restart=always

[Install]
WantedBy=multi-user.target

0 comments on commit 5198d3e

Please sign in to comment.