Revert "Add a different implementation of insmod.sh"
This reverts commit 99f848ed48
.
Reason for revert: b/350767144#comment8
Bug: 350767144
Change-Id: I169af080656e8e871e3f6322b123eee8e681d530
This commit is contained in:
parent
99f848ed48
commit
3b484f698e
8 changed files with 7 additions and 162 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