]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: fix typo in Condition in systemd-boot-system-token
authorLuca Boccassi <bluca@debian.org>
Thu, 24 Nov 2022 10:01:59 +0000 (10:01 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 24 Nov 2022 18:17:50 +0000 (19:17 +0100)
/lib/systemd/system/systemd-boot-system-token.service:20: Unknown key name 'ConditionPathExists|' in section 'Unit', ignoring

Follow-up for 0a1d8ac77a21ae0741bdf4af08f3a71354805ff1

units/systemd-boot-system-token.service

index 63e523bb3e8068ad60d9c2819622dc98cda5aa1c..ef5577549e4ad62fe1b18a166a71f38157a16c6d 100644 (file)
@@ -17,8 +17,8 @@ Conflicts=shutdown.target initrd-switch-root.target
 Before=shutdown.target initrd-switch-root.target
 
 # Only run this if the boot loader can support random seed initialization.
-ConditionPathExists|=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f
-ConditionPathExists|=/sys/firmware/efi/efivars/StubFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f
+ConditionPathExists=|/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f
+ConditionPathExists=|/sys/firmware/efi/efivars/StubFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f
 
 # Only run this if there is no system token defined yet
 ConditionPathExists=!/sys/firmware/efi/efivars/LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f