Part of my android app\'s functionality it to place a script I have written in init.d, so that it will be executed on every startup. (obviously my app is for root users only
Add something like this to your init.rc
init.rc
service script /system/etc/init.d/script oneshot
There's no update-rc.d in Android because there's no SYSV init either.
update-rc.d