summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee/optee-client
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-10-15 12:02:01 -0300
committerGitHub <noreply@github.com>2021-10-15 12:02:01 -0300
commit9d05232d9a12a52d17039003f8d4b23ac001d378 (patch)
tree9eea3870c4a5af37b4b7613517008d050bda0738 /recipes-security/optee/optee-client
parent2cdfab64a588c7570fe87c0fc3d05f061f2b692c (diff)
parent93d26c3d784f38b5629f31eb08ae7169c44ccb31 (diff)
downloadmeta-freescale-9d05232d9a12a52d17039003f8d4b23ac001d378.tar.gz
Merge pull request #888 from ting-liu/master
updates for Layerscape machines
Diffstat (limited to 'recipes-security/optee/optee-client')
-rw-r--r--recipes-security/optee/optee-client/tee-supplicant.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-security/optee/optee-client/tee-supplicant.service b/recipes-security/optee/optee-client/tee-supplicant.service
new file mode 100644
index 000000000..0e2b4f6ba
--- /dev/null
+++ b/recipes-security/optee/optee-client/tee-supplicant.service
@@ -0,0 +1,11 @@
1[Unit]
2Description=TEE Supplicant
3
4[Service]
5User=root
6EnvironmentFile=-/etc/default/tee-supplicant
7ExecStart=/usr/bin/tee-supplicant $OPTARGS
8
9[Install]
10WantedBy=basic.target
11