From 98ce6fc461396ed5e71631ae2089f04f1284c57a Mon Sep 17 00:00:00 2001 From: Marcos Mello Date: Sun, 28 Jun 2020 21:17:06 -0300 Subject: [PATCH] Lower timeout limit for NetworkManager-wait-online.service Default is 30 seconds. 10 seconds shall be enough. --- .../system/NetworkManager-wait-online.service.d/sysresccd.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 airootfs/etc/systemd/system/NetworkManager-wait-online.service.d/sysresccd.conf 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 new file mode 100644 index 0000000..ad5bc2d --- /dev/null +++ b/airootfs/etc/systemd/system/NetworkManager-wait-online.service.d/sysresccd.conf @@ -0,0 +1,2 @@ +[Service] +Environment=NM_ONLINE_TIMEOUT=10