blob: 2226f47319f0649ad70441aa01b5bdd20b11ab9f [file] [log] [blame]
Jiyong Parka4c669c2022-01-21 12:50:12 +09001# Start the Diced service.
2#
3# See system/core/init/README.md for information on the init.rc language.
4
5service 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