diff options
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 9a06301..7d53037 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -153,6 +153,7 @@ on boot # Create folder for timekeep mkdir /data/time/ 0700 system system + chmod 0770 /data/time/ats_2 # port-bridge chmod 0660 /dev/smd0 @@ -559,6 +560,7 @@ service timekeep /system/vendor/bin/timekeep restore user root group root oneshot + writepid /dev/cpuset/system-background/tasks # Quick Charge service hvdcp /system/vendor/bin/hvdcp |