diff options
author | xkeita <keita_nya@live.jp> | 2017-06-24 05:03:23 +0000 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-06-25 12:39:56 +0000 |
commit | dadfa287a7c582972acb3e7bf63f312b74266dfd (patch) | |
tree | 6bef0307fb8c6c98035892ab18e8355ae7857f86 /rootdir/init.qcom.rc | |
parent | 7fd45760c8543e1d40fd3ab2b71d501b23e36fcc (diff) |
shinano: init: Set correct time-daemon group
- Reference from .291 kernel
Change-Id: Icaed3621992238c5815bdb8ca9ca0861104aa5f2
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index fb4bd2f..1d9fcbe 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -517,7 +517,7 @@ service qcom-sensor-sh /system/bin/sh /system/etc/init.qcom-sensor.sh service time_daemon /system/bin/time_daemon class late_start user root - group root radio qcom_diag + group root service charger /sbin/healthd -c class charger |