diff options
author | Arian <arian.kulmer@web.de> | 2020-02-12 16:54:10 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2020-02-25 21:28:19 +0100 |
commit | 4714354752a4d59e8c547f02d71e97f59693bfb1 (patch) | |
tree | 6ec51e6cde9f1debd1d185cd5cb8db953ad74c07 | |
parent | e5e0819c7fd3767c16c3626e819da407fb9a6ca2 (diff) |
shinano-common: Move timekeep service declaration to its respective init.rc
Change-Id: I3b5206f44fbe29a90f43e0bdda48b4bd26435fb2
-rw-r--r-- | rootdir/etc/init.qcom.rc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 101f7c6..3992976 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -126,10 +126,6 @@ on boot # Send single UNSOL_CALL_RING notification setprop ro.telephony.call_ring.multiple false - # Create folder for timekeep - mkdir /data/time 0700 system system - chmod 0770 /data/time/ats_2 - # port-bridge chmod 0660 /dev/smd0 chown system system /dev/smd0 @@ -506,14 +502,6 @@ service uim /vendor/bin/brcm-uim-sysfs group bluetooth net_bt seclabel u:r:uim:s0 -# OSS time -service timekeep /vendor/bin/timekeep restore - class late_start - user root - group root system - oneshot - writepid /dev/cpuset/system-background/tasks - # Quick Charge service hvdcp /vendor/bin/hvdcp class core |