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:
Juan Yescas 2024-07-09 21:09:09 +00:00
parent 99f848ed48
commit 3b484f698e
8 changed files with 7 additions and 162 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