init.qcom.rc : Add time_daemon in init.qcom.rc
Add time_daemon in init.qcom.rc to make it be effective to all platforms. Time_daemon will change into class_main, then it will be started in min framework mode. And class main services will be restarted once system starts from min framework mode to normal mode. So remove start and restart time_daemon action from init.qcom.rc. Change-Id: Ie127c909e16eea6c4f9313341c3910d88c6d282a CRs-Fixed: 2019549
This commit is contained in:
parent
d301e69eed
commit
0116293b4f
|
@ -1151,5 +1151,7 @@ service logdumpd /system/bin/logcat -b all -v threadtime -D -w /dev/block/bootde
|
|||
on property:ro.logdumpd.enabled=1
|
||||
start logdumpd
|
||||
|
||||
on property:vold.decrypt=trigger_restart_min_framework
|
||||
start time_daemon
|
||||
service time_daemon /system/bin/time_daemon
|
||||
class main
|
||||
user root
|
||||
group root
|
||||
|
|
Loading…
Reference in New Issue