Revert "Add a different implementation of insmod.sh"
This reverts commit 60cc378f18
.
Reason for revert: thermal-service.pixel native crash many times
Bug: 339337171
Change-Id: Ibd228ea6a0950c2ff8449f7fd55a405fe9a0a99f
This commit is contained in:
parent
60cc378f18
commit
11eb02562d
8 changed files with 7 additions and 264 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