summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2022-07-20 18:31:47 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-07-20 20:10:14 +0300
commit4cccd760979e15142764c8145b7d860f6674b671 (patch)
tree562f72ff70f2ed634998718f80ced60871c39db8 /meta-facebook
parenta491adf943947b0e8e1e0d80e7131337ec953f1b (diff)
downloadopenbmc-4cccd760979e15142764c8145b7d860f6674b671.tar.xz
meta-bletchley: systemd: increase RuntimeWatchdogSec
We notice that systemd cost long time to start after firmware update, and it can exceed 30s timeout. Increase the watchdog timeout to 90s to avoid BMC reset after firmware update. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I43efde51c2465c40753400795e60a7edd1a5ea26
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/recipes-core/systemd/systemd/40-system.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-facebook/recipes-core/systemd/systemd/40-system.conf b/meta-facebook/recipes-core/systemd/systemd/40-system.conf
index 10862b6bee..2e8ebda47b 100644
--- a/meta-facebook/recipes-core/systemd/systemd/40-system.conf
+++ b/meta-facebook/recipes-core/systemd/systemd/40-system.conf
@@ -1,3 +1,3 @@
[Manager]
-RuntimeWatchdogSec=30s
+RuntimeWatchdogSec=90s
WatchdogDevice=/dev/watchdog