]> git.ipfire.org Git - thirdparty/systemd.git/commit
units: downgrade Requires= to Wants= 16609/head
authorLennart Poettering <lennart@poettering.net>
Wed, 29 Jul 2020 14:30:28 +0000 (16:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 29 Jul 2020 14:32:45 +0000 (16:32 +0200)
commitb89f5f7b038c1b2a5f8035d6f992360e3319b215
treef6955ec0c6b3c435afe4de066764b812774f8989
parent78490efca3a2854f9ac75f25eb8114432f555f2f
units: downgrade Requires= to Wants=

Combining Requires= with Before= doesn't really make sense, since this
means we are requiring something that runs after us, which logically
cannot be fulfilled.

Let's hence downgrade Requires= to Wants= so that the ordering is kept
but no failure propagation implied.
units/initrd-switch-root.target