aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-10-11 17:19:50 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-10-11 17:19:50 +0200
commita2aa8188b10ea520d3f24caed3288ec430813f90 (patch)
tree7157cc64851cb28c4ed009137bb1c1dfb562a09d
parent6fbc66b77e290b677a4a783add9b87834c2ad80d (diff)
downloadorigen-a2aa8188b10ea520d3f24caed3288ec430813f90.tar.gz
insmod gator driver and start gator daemon (service) during boot
-rw-r--r--init.rc7
1 files changed, 7 insertions, 0 deletions
diff --git a/init.rc b/init.rc
index 94e0a13..7e0342a 100644
--- a/init.rc
+++ b/init.rc
@@ -278,6 +278,8 @@ on boot
setprop net.tcp.buffersize.edge 4093,26280,35040,4096,16384,35040
setprop net.tcp.buffersize.gprs 4092,8760,11680,4096,8760,11680
+ insmod /system/modules/gator.ko
+
class_start default
## Daemon processes to be run by init.
@@ -418,3 +420,8 @@ service dumpstate /system/bin/dumpstate -s
socket dumpstate stream 0660 shell log
disabled
oneshot
+
+#userspace daemon needed for gator
+service gatord /system/bin/gatord
+ user root
+ oneshot