From f045c80f3f2800f474bbaa5b305291dc1a1a94b1 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 20 Jun 2023 13:05:00 +0200 Subject: [PATCH] fixup! basic.target: Add dependency on network-online.target --- misc_etc_files/systemd/system/basic.target.d/want-network.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc_etc_files/systemd/system/basic.target.d/want-network.conf b/misc_etc_files/systemd/system/basic.target.d/want-network.conf index 92a054f..a66db22 100644 --- a/misc_etc_files/systemd/system/basic.target.d/want-network.conf +++ b/misc_etc_files/systemd/system/basic.target.d/want-network.conf @@ -1,3 +1,4 @@ [Unit] -Wants=network-online.target +Wants=network.target +After=network-online.target