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