follow how debuggerd service is called. it will work. and add oneshot
On Wed, Apr 25, 2012 at 6:16 AM, HV <[email protected]> wrote: > Hi All, > > I'm trying to initiate a script as a service from init.rc (running ICS), > but it doesn't seem to work. Here is what I have: > > ************ > service my_sh /system/bin/sh ./system/etc/my.sh > user root > group root > # oneshot > > And my.sh is very simple: > > #!/system/bin/sh > > echo "Executing my.sh" > lsmod > ************ > > Any ideas what could be missing? > > Thanks > HV > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
