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:
parent
e631cc91e0
commit
6b146cef3f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user