mirror of
https://github.com/systemd/systemd.git
synced 2025-08-30 05:49:54 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user