diff options
Diffstat (limited to 'units/systemd-boot-system-token.service')
-rw-r--r-- | units/systemd-boot-system-token.service | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/units/systemd-boot-system-token.service b/units/systemd-boot-system-token.service index 662a1fda04..5a56d7c331 100644 --- a/units/systemd-boot-system-token.service +++ b/units/systemd-boot-system-token.service @@ -26,9 +26,6 @@ ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf- # Only run this if there is no system token defined yet, or … ConditionPathExists=|!/sys/firmware/efi/efivars/LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f -# … if the boot loader didn't pass the OS a random seed (and thus probably was missing the random seed file) -ConditionPathExists=|!/sys/firmware/efi/efivars/LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f - [Service] Type=oneshot RemainAfterExit=yes |