Jiyong Park | a4c669c | 2022-01-21 12:50:12 +0900 | [diff] [blame] | 1 | # Start the Diced service. |
2 | # | ||||
3 | # See system/core/init/README.md for information on the init.rc language. | ||||
4 | |||||
5 | service diced /system/bin/diced.microdroid | ||||
6 | class main | ||||
7 | user diced | ||||
8 | group diced | ||||
9 | # The diced service must not be allowed to restart. | ||||
10 | # If it crashes for any reason security critical state is lost. | ||||
11 | # The only remedy is to restart the device. | ||||
12 | oneshot | ||||
13 | writepid /dev/cpuset/foreground/tasks |