summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
authorRouven Czerwinski <r.czerwinski@pengutronix.de>2019-02-13 09:42:58 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-13 12:04:58 +0100
commit0b4b9e2d2df12f54ab73c39e1dfc1bcaefd4c420 (patch)
tree16cb9a7adfaab18fb745fc5ee2012799c19a15d3 /projectroot
parent69668882bd8ed042fd97d050be18226cf174e7f2 (diff)
downloadptxdist-0b4b9e2d2df12f54ab73c39e1dfc1bcaefd4c420.tar.gz
ptxdist-0b4b9e2d2df12f54ab73c39e1dfc1bcaefd4c420.tar.xz
optee-client: add tee-supplicant service file
Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/usr/lib/systemd/system/tee-supplicant.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/projectroot/usr/lib/systemd/system/tee-supplicant.service b/projectroot/usr/lib/systemd/system/tee-supplicant.service
new file mode 100644
index 000000000..cef6b980d
--- /dev/null
+++ b/projectroot/usr/lib/systemd/system/tee-supplicant.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=TEE Supplicant
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/tee-supplicant
+
+[Install]
+WantedBy=multi-user.target