rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | [Unit] |
2 | Description=Trustonic TrustZone daemon | ||||
3 | After=init_usb.service | ||||
4 | |||||
5 | [Service] | ||||
6 | Type=oneshot | ||||
7 | StandardOutput=kmsg+console | ||||
8 | RemainAfterExit=yes | ||||
9 | ExecStart=/bin/sh /usr/share/init/init_teedaemon | ||||
10 | |||||
11 | [Install] | ||||
12 | WantedBy=multi-user.target |