• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 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
14