fix
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-01-05 11:39:16 +01:00
parent b7184ba705
commit 601d32bc92
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 19 additions and 19 deletions

View file

@ -0,0 +1,11 @@
[Unit]
Description=TPM Enrollment Service
[Service]
Type=oneshot
ExecStart=systemd-cryptenroll --tpm2-device=auto <ROOT> --tpm2-pcrs=7 && rm /etc/systemd/system/tpm-enroll.service
SetCredential=cryptenroll.passphrase:<PASSPHRASE>
User=root
[Install]
WantedBy=multi-user.target