How to autorun a script on startup(exec command not implemented in init.rc?)
593 views
Skip to first unread message
bor...@gmail.com
unread,
May 12, 2011, 6:29:29 AM5/12/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android...@googlegroups.com, android...@googlegroups.com
Hi all: How to autorun a script to config network on startup. I try to use exec command in the init.rc, but it's not implemented yet? The "do_exec" function in "builtins.c", it simply returns -1 without doing anything.