From bec89355c58968a26f898d740e0ded17ae215229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 30 May 2023 18:44:46 +0200 Subject: [PATCH] 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. --- units/systemd-tmpfiles-setup-dev.service | 1 + 1 file changed, 1 insertion(+) diff --git a/units/systemd-tmpfiles-setup-dev.service b/units/systemd-tmpfiles-setup-dev.service index d9cb3de554..635e840a48 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