Skip to content

Commit

Permalink
fix: always restart mavlink-router (#56)
Browse files Browse the repository at this point in the history
We should not rely on the mavlink-router process
exiting with a non-zero value when something is wrong.

Mavlink-router is a critical component and it should always be running.
  • Loading branch information
potaito authored Nov 30, 2023
1 parent 386df15 commit 5a01d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavlink-router.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description=MAVLink Router
[Service]
Type=simple
ExecStart=@bindir@/mavlink-routerd
Restart=on-failure
Restart=always
Nice=-20

[Install]
Expand Down

0 comments on commit 5a01d7f

Please sign in to comment.