Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
# This file is the LOCAL_INIT_RC file for the bootio command.
|
|
|
|
service bootio /system/bin/bootio
|
|
class main
|
|
user root
|
|
group root
|
|
oneshot
|
|
|
|
on post-fs-data
|
|
mkdir /data/misc/bootio 0755 root shell
|