From 5e2fe1119b0e8f95eb92c2e15e3ebe36bcd83ac7 Mon Sep 17 00:00:00 2001 From: fdupoux Date: Wed, 5 Aug 2020 07:54:44 +0100 Subject: [PATCH] Increase NM_ONLINE_TIMEOUT from 10 to 20 seconds (#120) --- .../system/NetworkManager-wait-online.service.d/sysresccd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airootfs/etc/systemd/system/NetworkManager-wait-online.service.d/sysresccd.conf b/airootfs/etc/systemd/system/NetworkManager-wait-online.service.d/sysresccd.conf index ad5bc2d..e650274 100644 --- a/airootfs/etc/systemd/system/NetworkManager-wait-online.service.d/sysresccd.conf +++ b/airootfs/etc/systemd/system/NetworkManager-wait-online.service.d/sysresccd.conf @@ -1,2 +1,2 @@ [Service] -Environment=NM_ONLINE_TIMEOUT=10 +Environment=NM_ONLINE_TIMEOUT=20