summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2022-11-24 10:01:59 +0000
committerLuca Boccassi <luca.boccassi@gmail.com>2022-11-24 19:17:50 +0100
commit0f6d54ca47662f1386ada65ed179a1afd6e727e4 (patch)
tree4b37e2e4d5268711ecd02e38f8a9ae2038b6d127 /units
parent03288a3f286db73d913716e9506df452fd1b77cb (diff)
downloadsystemd-0f6d54ca47662f1386ada65ed179a1afd6e727e4.tar.gz
units: fix typo in Condition in systemd-boot-system-token
/lib/systemd/system/systemd-boot-system-token.service:20: Unknown key name 'ConditionPathExists|' in section 'Unit', ignoring Follow-up for 0a1d8ac77a21ae0741bdf4af08f3a71354805ff1
Diffstat (limited to 'units')
-rw-r--r--units/systemd-boot-system-token.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-boot-system-token.service b/units/systemd-boot-system-token.service
index 63e523bb3e..ef5577549e 100644
--- a/units/systemd-boot-system-token.service
+++ b/units/systemd-boot-system-token.service
@@ -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