From: Zbigniew Jędrzejewski-Szmek Date: Tue, 30 May 2023 16:44:46 +0000 (+0200) Subject: units: pull in local-fs-pre.target from systemd-tmpfiles-setup-dev.service X-Git-Tag: v254-rc1~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bec89355c58968a26f898d740e0ded17ae215229;p=thirdparty%2Fsystemd.git units: pull in local-fs-pre.target from systemd-tmpfiles-setup-dev.service local-fs-pre.target is a passive unit, which means that it is supposed to be pulled in by everything that is ordered before it. We had Before=local-fs-pre.target, so add Wants= too. I don't expect this to change anything. Instead, just make things follow the docs so it's easier to reason about the dependency set. --- diff --git a/units/systemd-tmpfiles-setup-dev.service b/units/systemd-tmpfiles-setup-dev.service index d9cb3de5547..635e840a488 100644 --- a/units/systemd-tmpfiles-setup-dev.service +++ b/units/systemd-tmpfiles-setup-dev.service @@ -13,6 +13,7 @@ Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) DefaultDependencies=no Before=sysinit.target local-fs-pre.target systemd-udevd.service +Wants=local-fs-pre.target Conflicts=shutdown.target initrd-switch-root.target Before=shutdown.target initrd-switch-root.target