diff options
Diffstat (limited to '')
-rw-r--r-- | units/systemd-tpm2-setup.service.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-tpm2-setup.service.in b/units/systemd-tpm2-setup.service.in index 8c1851f..0af7292 100644 --- a/units/systemd-tpm2-setup.service.in +++ b/units/systemd-tpm2-setup.service.in @@ -8,11 +8,11 @@ # (at your option) any later version. [Unit] -Description=TPM2 SRK Setup +Description=TPM SRK Setup Documentation=man:systemd-tpm2-setup.service(8) DefaultDependencies=no Conflicts=shutdown.target -After=systemd-tpm2-setup-early.service systemd-remount-fs.service +After=tpm2.target systemd-tpm2-setup-early.service systemd-remount-fs.service Before=sysinit.target shutdown.target RequiresMountsFor=/var/lib/systemd/tpm2-srk-public-key.pem ConditionSecurity=measured-uki |