summaryrefslogtreecommitdiff
path: root/units/systemd-pcrphase.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-12-15 18:07:20 +0100
committerLennart Poettering <lennart@poettering.net>2022-12-15 22:20:54 +0100
commit0318d54539fe168822447889ac0e858a10c55f74 (patch)
treeae81bee8c7c2cff68e085bbebe07e24fe23bcac2 /units/systemd-pcrphase.service.in
parentad48ff12bd0f7b19dc6bfa33c96221fd9c22e89c (diff)
downloadsystemd-0318d54539fe168822447889ac0e858a10c55f74.tar.gz
pcrphase: gracefully exit if TPM2 support is incomplete
If everything points to the fact that TPM2 should work, but then the driver fails to initialize we should handle this gracefully and not cause failing services all over the place. Fixes: #25700
Diffstat (limited to 'units/systemd-pcrphase.service.in')
-rw-r--r--units/systemd-pcrphase.service.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-pcrphase.service.in b/units/systemd-pcrphase.service.in
index ce469befa8..5ba437e5b1 100644
--- a/units/systemd-pcrphase.service.in
+++ b/units/systemd-pcrphase.service.in
@@ -19,5 +19,5 @@ ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-4
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart={{ROOTLIBEXECDIR}}/systemd-pcrphase ready
-ExecStop={{ROOTLIBEXECDIR}}/systemd-pcrphase shutdown
+ExecStart={{ROOTLIBEXECDIR}}/systemd-pcrphase --graceful ready
+ExecStop={{ROOTLIBEXECDIR}}/systemd-pcrphase --graceful shutdown