summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-qoriq/optee-client/tee-supplicant.service
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-07-23 16:58:33 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2022-07-25 18:01:47 -0300
commit237f04e8b1967ef5615fa888657f8766bd52c287 (patch)
treeea14f91e1f03ae5c34ef767baf83bb64bf94d990 /recipes-security/optee-qoriq/optee-client/tee-supplicant.service
parent2f26da887f04c639e0e0bb405dfb8f87c174e627 (diff)
downloadmeta-freescale-237f04e8b1967ef5615fa888657f8766bd52c287.tar.gz
optee-qoriq: rename directory so it maps to the recipe
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-security/optee-qoriq/optee-client/tee-supplicant.service')
-rw-r--r--recipes-security/optee-qoriq/optee-client/tee-supplicant.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-security/optee-qoriq/optee-client/tee-supplicant.service b/recipes-security/optee-qoriq/optee-client/tee-supplicant.service
new file mode 100644
index 00000000..0e2b4f6b
--- /dev/null
+++ b/recipes-security/optee-qoriq/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