| Adam Shih | f15086f | 2022-09-05 11:05:32 +0800 | [diff] [blame] | 1 | on init |
| 2 | # Loading common kernel modules in background | ||||
| 3 | start insmod_sh | ||||
| 4 | |||||
| 5 | service insmod_sh /vendor/bin/insmod.sh /vendor/etc/init.common.cfg | ||||
| 6 | class main | ||||
| 7 | user root | ||||
| 8 | group root system | ||||
| 9 | disabled | ||||
| 10 | oneshot | ||||