Init behavior. *. Rc in Ice Cream Sandwich seems to have changed. Previously, I could start the service at boot with the following entry:
service my_kool_service /system/bin/my_kool_service
I found this post that gave a hint to change to:
service my_kool_service /system/bin/my_kool_service
class main
So what is it class mainand why is it needed?
This documentation does speak of an class“option,” but does not provide details of the default behavior or observed changes.
Is the current ICS initialization language documented anywhere, formally or otherwise?
Thank.
source
share