From d7bb7b2796707b3d824790d2fb1e3c16ed2c5d2c Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 21 Jun 2022 17:07:26 +0200 Subject: [PATCH] wwan-config: Increase TimeoutStartSec As explained in the comment, the start of this service may include some power cycles of the modem and also the startup of ModemManager. All of this may take longer than the default 90 seconds in some special cases. This should anyway not be a problem since this service is self resilient and can handle errors during startup. BugzID: 80178 --- .../wwan-config/wwan-config/wwan-config@.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-connectivity/wwan-config/wwan-config/wwan-config@.service b/recipes-connectivity/wwan-config/wwan-config/wwan-config@.service index 166b3f5..f0e5c49 100644 --- a/recipes-connectivity/wwan-config/wwan-config/wwan-config@.service +++ b/recipes-connectivity/wwan-config/wwan-config/wwan-config@.service @@ -7,6 +7,8 @@ ExecStart=/usr/bin/wwan-config %I PIDFile=/run/%I.pid Restart=on-failure Nice=-20 +# Start time may include power cycles and start of ModemManager +TimeoutStartSec=180 [Install] RequiredBy=multi-user.target