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
