summaryrefslogtreecommitdiff
path: root/units/systemd-pcrphase-initrd.service.in
Commit message (Collapse)AuthorAgeFilesLines
* units: change assert to condition to skip running in initrd/osLuca Boccassi2023-02-091-1/+1
| | | | | | | These units are also present in the initrd, so instead of an assert, just use a condition so they are skipped where they need to be skipped. Fixes https://github.com/systemd/systemd/issues/26358
* pcrphase: gracefully exit if TPM2 support is incompleteLennart Poettering2022-12-151-2/+2
| | | | | | | | 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
* units: add pcrphase unitsLennart Poettering2022-09-221-0/+24