mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-26 07:07:16 +00:00
1bff41eee6
It's expected to exist multiple /dev/teepriv[0-9]* devices, and the
tee-supplicant service depends on them, which should be activated only
when the device is detected by the kernel using a udev rule.
Improve commit f02d065dce, where it's only considering a path creation
and not a device detection by the kernel.
Signed-off-by: Javier Tia <javier.tia@linaro.org>
Signed-off-by: Jon Mason <jon.mason@arm.com>
11 lines
191 B
Desktop File
11 lines
191 B
Desktop File
[Unit]
|
|
Description=TEE Supplicant on %i
|
|
|
|
[Service]
|
|
User=root
|
|
EnvironmentFile=-@sysconfdir@/default/tee-supplicant
|
|
ExecStart=@sbindir@/tee-supplicant $OPTARGS
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|