diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-tpm2-setup.service.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/units/systemd-tpm2-setup.service.in b/units/systemd-tpm2-setup.service.in index df6860670a..0af7292528 100644 --- a/units/systemd-tpm2-setup.service.in +++ b/units/systemd-tpm2-setup.service.in @@ -12,12 +12,11 @@ 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 ConditionPathExists=!/etc/initrd-release -After=tpm2.target [Service] Type=oneshot |