From 21a2b2d7ecaa2178c3fc2716ae3da2baa6c28dfc Mon Sep 17 00:00:00 2001 From: Oleksandr Kolomeiets Date: Thu, 20 Oct 2022 02:02:23 -0700 Subject: [PATCH] Fix syncd autorestart sequence Signed-off-by: Oleksandr Kolomeiets --- files/build_templates/per_namespace/syncd.service.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/files/build_templates/per_namespace/syncd.service.j2 b/files/build_templates/per_namespace/syncd.service.j2 index 9acf97c29fd4..429bc6a3e5c8 100644 --- a/files/build_templates/per_namespace/syncd.service.j2 +++ b/files/build_templates/per_namespace/syncd.service.j2 @@ -30,6 +30,7 @@ ExecStop=/usr/local/bin/syncd.sh stop{% if multi_instance == 'true' %} %i{% endi {% if sonic_asic_platform == 'mellanox' %} TimeoutStartSec=480 {% endif %} +RestartSec=30 [Install] WantedBy=sonic.target