diff options
author | Steve Kondik <steve@cyngn.com> | 2015-09-27 14:07:58 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-10-06 21:11:04 -0700 |
commit | 8f3151dff59e2a5e7f048e0d08011faeb140fb75 (patch) | |
tree | fadf2837fa4e4d7bc7eae7fca79efa0b4e9c7527 /rootdir/init.qcom.rc | |
parent | f3b76f150f6633ab758ec2e4350785e5b8491595 (diff) |
Tweak startup
* Fix the slow bootup regression.
Change-Id: I94fcc9e9f1585ad9f2ea7b6bbc310b7608c7044f
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 26b50e1..d88780d 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -500,10 +500,9 @@ service fuse_usbdisk /system/bin/sdcard -u 1023 -g 1023 -w 1023 -d /mnt/media_rw disabled service mpdecision /system/bin/mpdecision --avg_comp - class main + class late_start user root group system - disabled # Start suntrold service suntrold /system/bin/suntrold |