rename rc to avoid name collision
Bug: 245233839 Test: build pass Change-Id: I9057ac78d1197fd098290282552805f91b80f02a
This commit is contained in:
parent
8e524374dd
commit
e4a75e452a
2 changed files with 1 additions and 1 deletions
10
insmod/init.module.rc
Normal file
10
insmod/init.module.rc
Normal file
|
@ -0,0 +1,10 @@
|
|||
on init
|
||||
# Loading common kernel modules in background
|
||||
start insmod_sh
|
||||
|
||||
service insmod_sh /vendor/bin/insmod.sh /vendor/etc/init.common.cfg
|
||||
class main
|
||||
user root
|
||||
group root system
|
||||
disabled
|
||||
oneshot
|
Loading…
Add table
Add a link
Reference in a new issue