From: Lennart Poettering Date: Tue, 22 Feb 2022 15:35:16 +0000 (+0100) Subject: units: drop After=systemd-resolved.service from systemd-nspawn@.service X-Git-Tag: v251-rc1~224^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F22389%2Fhead;p=thirdparty%2Fsystemd.git units: drop After=systemd-resolved.service from systemd-nspawn@.service resolved is now started as part of early boot hence we need no explicit ordering anymore. --- diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in index d7bae83ac2e..e82575fb567 100644 --- a/units/systemd-nspawn@.service.in +++ b/units/systemd-nspawn@.service.in @@ -13,7 +13,7 @@ Documentation=man:systemd-nspawn(1) Wants=modprobe@tun.service modprobe@loop.service modprobe@dm-mod.service PartOf=machines.target Before=machines.target -After=network.target systemd-resolved.service modprobe@tun.service modprobe@loop.service modprobe@dm-mod.service +After=network.target modprobe@tun.service modprobe@loop.service modprobe@dm-mod.service RequiresMountsFor=/var/lib/machines/%i [Service]