summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuxiao Zhang <yuxiaozhang@google.com>2023-05-16 23:18:04 +0300
committerWilliam A. Kennington III <wak@google.com>2023-05-18 01:12:35 +0300
commitc28937836f712db07267985b557eedf0924b09ae (patch)
tree9eb4aeff2e1c6ab2b057674e1e7e834c1c1536ea
parent63b8e7c4b3c02271025231c5ae5caf194890a182 (diff)
downloadopenbmc-c28937836f712db07267985b557eedf0924b09ae.tar.xz
meta-google: gbmc-ip-monitor: increase the start timeout
In some cases gbmc-ip-monitor failed to start within the default timeout 90s, this extend the timeout so that it has enough time to start. Change-Id: I79e82f5110f72371019390a168c8b8be5f4d9750 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
-rw-r--r--meta-google/recipes-google/networking/files/gbmc-ip-monitor.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-google/recipes-google/networking/files/gbmc-ip-monitor.service b/meta-google/recipes-google/networking/files/gbmc-ip-monitor.service
index 435eac91d9..2681828378 100644
--- a/meta-google/recipes-google/networking/files/gbmc-ip-monitor.service
+++ b/meta-google/recipes-google/networking/files/gbmc-ip-monitor.service
@@ -4,6 +4,7 @@ Before=systemd-networkd.service
[Service]
Type=notify
ExecStart=/usr/libexec/gbmc-ip-monitor.sh
+TimeoutStartSec=5min
[Install]
WantedBy=multi-user.target