blob: 8c43fa5ee92d131ccd68a37b876055f2bb22ff1e [file] [log] [blame]
Janis Danisevskisc51dff82021-10-20 09:51:16 -07001# 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
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