aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2015-02-02 19:47:00 +0530
committerChirayu Desai <chirayudesai1@gmail.com>2015-02-02 21:20:33 +0530
commit7fed66776e41593322d6c2c895c9bbf30c805186 (patch)
tree8e5c4c6d27957eac6e42908ee4748e200b1630cf
parent5e40b9af4c176f431f381b8df11b342abeffb537 (diff)
init: Move taimport to class main
* We want this to run as early as possible, but also have the right MAC addresses on the device when encrypted. Change-Id: I08b327b6135df644bac60a8080910b2f0b0aace9
-rw-r--r--rootdir/init.qcom.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc
index 94c7937..fa4e1e1 100644
--- a/rootdir/init.qcom.rc
+++ b/rootdir/init.qcom.rc
@@ -96,8 +96,6 @@ on fs
chown system system /lta-label
chmod 0555 /lta-label
- chmod 0755 /data/etc
-
on early-boot
# set RLIMIT_MEMLOCK to 64MB
setrlimit 8 67108864 67108864
@@ -367,6 +365,9 @@ on post-fs-data
chown media camera /sys/devices/sony_camera_1/info
chmod 0770 /sys/devices/sony_camera_1/info
+ # Used by taimport for MAC addresses
+ mkdir /data/etc
+
on charger
# Enable Power modes and set the CPU Freq Sampling rates
write /sys/module/lpm_levels/enable_low_power/l2 2
@@ -416,10 +417,9 @@ service tad_static /system/bin/tad_static /dev/block/mmcblk0 1,16
class core
service taimport /system/bin/taimport
- class late_start
+ class main
user root
group system
- oneshot
service netmgrd /system/bin/netmgrd
class main