From d8153280434c6ae60349632f53b4c4decc8419bb Mon Sep 17 00:00:00 2001 From: judyjoseph <53951155+judyjoseph@users.noreply.github.com> Date: Thu, 30 Jan 2020 00:46:55 -0800 Subject: [PATCH] [teamd]: increase startsecs to 5 seconds for teamsyncd (#4083) Updating the startsecs=5sec for teamsyncd to make the time for which the process needs to stay up before declaring the startup successfull. --- dockers/docker-teamd/supervisord.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dockers/docker-teamd/supervisord.conf b/dockers/docker-teamd/supervisord.conf index 3a420e0fcd..43d6d2d6d1 100644 --- a/dockers/docker-teamd/supervisord.conf +++ b/dockers/docker-teamd/supervisord.conf @@ -36,6 +36,7 @@ stderr_logfile=syslog [program:teamsyncd] command=/usr/bin/teamsyncd priority=3 +startsecs=5 autostart=false autorestart=false stdout_logfile=syslog