rename rc to avoid name collision

Bug: 245233839
Test: build pass
Change-Id: I9057ac78d1197fd098290282552805f91b80f02a
This commit is contained in:
Adam Shih 2022-09-06 14:53:47 +08:00
parent 8e524374dd
commit e4a75e452a
2 changed files with 1 additions and 1 deletions

10
insmod/init.module.rc Normal file
View 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