From 68f7dd497226b369bf4c9aaa1909be29ec919874 Mon Sep 17 00:00:00 2001 From: Mohit Aggarwal Date: Fri, 22 Mar 2019 14:07:22 +0530 Subject: [PATCH] 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 --- rootdir/etc/init.qcom.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 6152d4c..eb76f0e 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -517,9 +517,9 @@ service vendor.thermal-engine /vendor/bin/thermal-engine writepid /dev/cpuset/system-background/tasks service vendor.time_daemon /vendor/bin/time_daemon - class late_start - user root - group root + class main + user system + group system writepid /dev/cpuset/system-background/tasks service audiod /vendor/bin/audiod