sanders: Change uid/gid of time_daemon
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. Signed-off-by: Melvin <kartik3163@gmail.com>
This commit is contained in:
committed by
ronaxdevil
parent
211b80117a
commit
68f7dd4972
@@ -517,9 +517,9 @@ service vendor.thermal-engine /vendor/bin/thermal-engine
|
|||||||
writepid /dev/cpuset/system-background/tasks
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
|
||||||
service vendor.time_daemon /vendor/bin/time_daemon
|
service vendor.time_daemon /vendor/bin/time_daemon
|
||||||
class late_start
|
class main
|
||||||
user root
|
user system
|
||||||
group root
|
group system
|
||||||
writepid /dev/cpuset/system-background/tasks
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
|
||||||
service audiod /vendor/bin/audiod
|
service audiod /vendor/bin/audiod
|
||||||
|
|||||||
Reference in New Issue
Block a user