From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../meta-rcar-gen3/recipes-bsp/optee/optee-client/optee.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bsp/meta-renesas/meta-rcar-gen3/recipes-bsp/optee/optee-client/optee.service (limited to 'bsp/meta-renesas/meta-rcar-gen3/recipes-bsp/optee/optee-client/optee.service') diff --git a/bsp/meta-renesas/meta-rcar-gen3/recipes-bsp/optee/optee-client/optee.service b/bsp/meta-renesas/meta-rcar-gen3/recipes-bsp/optee/optee-client/optee.service new file mode 100644 index 00000000..37fc4f75 --- /dev/null +++ b/bsp/meta-renesas/meta-rcar-gen3/recipes-bsp/optee/optee-client/optee.service @@ -0,0 +1,9 @@ +[Unit] +Description=optee services + +[Service] +ExecStart=/usr/bin/tee-supplicant +ExecStop=/usr/bin/killall -s KILL tee-supplicant + +[Install] +WantedBy=multi-user.target -- cgit 1.2.3-korg