aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-bsp/optee/optee-client/optee.service
blob: 4396f9f52b5aceeb93e5fe77e56872834431402b (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=optee services

[Service]
ExecStartPre=/sbin/modprobe -q optee_armtz
ExecStart=/usr/bin/tee-supplicant
ExecStop=/usr/bin/killall -s KILL tee-supplicant
ExecStopPost=/sbin/modprobe -r optee_armtz

[Install]
WantedBy=multi-user.target