commit | c28937836f712db07267985b557eedf0924b09ae | [log] [tgz] |
---|---|---|
author | Yuxiao Zhang <yuxiaozhang@google.com> | Tue May 16 13:18:04 2023 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed May 17 22:12:35 2023 +0000 |
tree | 9eb4aeff2e1c6ab2b057674e1e7e834c1c1536ea | |
parent | 63b8e7c4b3c02271025231c5ae5caf194890a182 [diff] |
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>
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 435eac9..2681828 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 @@ [Service] Type=notify ExecStart=/usr/libexec/gbmc-ip-monitor.sh +TimeoutStartSec=5min [Install] WantedBy=multi-user.target