From cb8a9a64c23b8b2d3609ed7904e35b594361a714 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 11 Feb 2020 04:30:14 +0200 Subject: systemd: canbus: add RestartSec to network script Add RestartSec=0.1 to canbus-can.network to allow recovery when bus-off error conditions occur. Bug-AGL: SPEC-3171 Change-Id: I4dc7ca9bd58666dc7a4e4a40f89af8bd47158193 Signed-off-by: Matt Ranostay --- meta-agl-profile-core/recipes-core/systemd/systemd/canbus-can.network | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-agl-profile-core/recipes-core/systemd/systemd/canbus-can.network b/meta-agl-profile-core/recipes-core/systemd/systemd/canbus-can.network index 9768c4bf9..ae5514bca 100644 --- a/meta-agl-profile-core/recipes-core/systemd/systemd/canbus-can.network +++ b/meta-agl-profile-core/recipes-core/systemd/systemd/canbus-can.network @@ -3,3 +3,4 @@ Name=can* [CAN] BitRate=500K +RestartSec=0.1 -- cgit 1.2.3-korg