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