diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-02-22 16:35:16 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-02-24 10:37:11 +0100 |
commit | 047c2c14c55dd71d6a100c1a0d1f4677fc946205 (patch) | |
tree | ce7be933071c0580f498bfbbb5621dc25493c9a6 /units/systemd-nspawn@.service.in | |
parent | units: move resolved to sysinit.target (from basic.target) (diff) | |
download | systemd-047c2c14c55dd71d6a100c1a0d1f4677fc946205.tar.xz systemd-047c2c14c55dd71d6a100c1a0d1f4677fc946205.zip |
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.
Diffstat (limited to 'units/systemd-nspawn@.service.in')
-rw-r--r-- | units/systemd-nspawn@.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in index d7bae83ac2..e82575fb56 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] |