From 1c5a17f852348c397e3c6f262e576ca414eef6e2 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Mon, 11 Aug 2025 16:43:38 +0200 Subject: [PATCH] Disable systemd-networkd-wait-online (#645) --- install/config/network.sh | 12 +++--------- migrations/1754856741.sh | 5 +++++ 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 migrations/1754856741.sh diff --git a/install/config/network.sh b/install/config/network.sh index f0b11499..c7ef33c4 100644 --- a/install/config/network.sh +++ b/install/config/network.sh @@ -7,12 +7,6 @@ if ! command -v iwctl &>/dev/null; then sudo systemctl enable --now iwd.service fi -# Fix systemd-networkd-wait-online timeout for multiple interfaces -# Wait for any interface to be online rather than all interfaces -# https://wiki.archlinux.org/title/Systemd-networkd#Multiple_interfaces_that_are_not_connected_all_the_time -sudo mkdir -p /etc/systemd/system/systemd-networkd-wait-online.service.d -sudo tee /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf >/dev/null <