1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-02 13:47:27 +03:00

TEST-70-TPM2: Add dependency on tpm2.target

Let's make sure the TPM is available before running the test as the
test makes use of it.
This commit is contained in:
Daan De Meyer 2024-05-03 10:27:23 +02:00
parent e631cc91e0
commit 6b146cef3f

View File

@ -1,6 +1,8 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=TEST-70-TPM2
Wants=tpm2.target
After=tpm2.target
[Service]
Type=oneshot