• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is the LOCAL_INIT_RC file for the bootio command.
2
3service bootio /system/bin/bootio
4    class main
5    user root
6    group root
7    oneshot
8
9on post-fs-data
10    mkdir /data/misc/bootio 0755 root shell
11