]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: pull in local-fs-pre.target from systemd-tmpfiles-setup-dev.service
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 30 May 2023 16:44:46 +0000 (18:44 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 31 May 2023 13:44:44 +0000 (15:44 +0200)
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

index d9cb3de554794996dd66dbdbcc17aa12ff11646e..635e840a488f399210f644f2a6b6eeb56e737c37 100644 (file)
@@ -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