xref: /aosp_15_r20/system/extras/boottime_tools/bootio/bootio.rc (revision 288bf5226967eb3dac5cce6c939ccc2a7f2b4fe5)
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