Malaysk 5.1.1 MTCB doesn't execute init.d scripts

eggsterino

Member
Mar 23, 2013
17
2
0
Does anyone know how to run init.d scripts at boot?
I've tried adding the following rows to init.rc with no success...
Code:
service sysinit /system/bin/logwrapper /system/bin/busybox run-parts /system/etc/init.d
class main
user root
group shell
oneshot
All scripts have execute and read permission.

Thanks!