]> git.ipfire.org Git - thirdparty/systemd.git/commit
Revert "units: drop OnFailure= from .target units"
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 22 Jul 2020 10:51:15 +0000 (12:51 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 22 Jul 2020 15:58:12 +0000 (17:58 +0200)
commit74c8e3c4e082121d8bc578d07d7a3843c61c2bd1
tree53d05f0782effc0d3a475d9263dc10b362a58cd4
parent771b52427a8aad070e607a0c1ae3b7a46a36db00
Revert "units: drop OnFailure= from .target units"

This reverts commit c7220ca8025e8dbded36131b23a502d975c45754.

The removal was done as a reaction to the messages from systemd:
initrd-root-fs.target: Requested dependency OnFailure=emergency.target ignored (target units cannot fail).
initrd.target: Requested dependency OnFailure=emergency.target ignored (target units cannot fail).
initrd-root-device.target: Requested dependency OnFailure=emergency.target ignored (target units cannot fail).
initrd-fs.target: Requested dependency OnFailure=emergency.target ignored (target units cannot fail).
local-fs.target: Requested dependency OnFailure=emergency.target ignored (target units cannot fail).
...
But it seems that the messages themselves are wrong, and the units were OK.
units/initrd-fs.target
units/initrd-root-device.target
units/initrd-root-fs.target
units/initrd.target
units/local-fs.target