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
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-07-25 22:40:39 +0000
commit5142908182ceb1da79d8245cb2e612deac448508 (patch)
treef75cbcfae68356a4bde64f13f70a6ca8fd206d68 /recipes-security/optee-qoriq/optee-client/tee-supplicant.service
parentdea213f25f1113b5c836739d83ba22a238c75c78 (diff)
downloadmeta-freescale-5142908182ceb1da79d8245cb2e612deac448508.tar.gz
optee-qoriq: rename directory so it maps to the recipe
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 237f04e8b1967ef5615fa888657f8766bd52c287)
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