Skip to content
Snippets Groups Projects
Commit 8e3344b1 authored by Mohit Aggarwal's avatar Mohit Aggarwal Committed by Dhina17
Browse files

onclite: time-services: Start time_daemon service from common rc

Currently, time_daemon service is running after statsd
service which is causing some xTS failure. The patch
moves time_daemon service definition to common rc file
so that daemon can start early.

Change-Id: I7ff7a7a3b7ac5077a95157c1785bfb844b92d7dd
parent 8c2903af
No related branches found
No related tags found
No related merge requests found
......@@ -565,6 +565,12 @@ on property:init.svc.surfaceflinger=restarting
on property:vendor.display.lcd_density=*
setprop ro.sf.lcd_density ${vendor.display.lcd_density}
service time_daemon /vendor/bin/time_daemon
class main
user system
group system
capabilities SYS_TIME
service vendor.move_time_data /system/bin/move_time_data.sh
class main
user system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment