views:

36

answers:

0

I am trying to add a separate init file called init.Mine.rc that holds other services that I want to start myself. I am trying to import this from init.rc so that it will just run the stuff from init.Mine.rc but it doesn't seem to be doing anything. I am starting logcat from init.Mine.rc and its not even showing up when I do a ps. I know it's not a path problem because I have tried moving init.Mine.rc around and changing the path held in init.rc but it still cant find it. Any suggestions?

From init.rc

import /root/init.Mine.rc

From init.Mine.rc

service logcat /system/bin/logcat -f /dev/kmsg