diff options
| author | Erfan Abdi <erfangplus@gmail.com> | 2018-04-19 12:35:41 +0300 |
|---|---|---|
| committer | Erfan Abdi <erfangplus@gmail.com> | 2018-04-22 01:04:01 +0300 |
| commit | 596c75b4b8e164070fb4eab27e4b1d88a1298781 (patch) | |
| tree | 9beedaa1ba79c7f61e66ec5626d9783355eff8b3 | |
| parent | 8908a3355490d9c7f074b87bcb6c7f66eebfe2ce (diff) | |
griffin: use /data/time for time services
Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
| -rwxr-xr-x | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 0920fef1..002f433e 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -563,8 +563,8 @@ on post-fs-data mkdir /data/fota 0771 chown system system /data/fota - # Create /data/vendor/time folder for time-services - mkdir /data/vendor/time/ 0700 system system + # Create /data/time folder for time-services + mkdir /data/time/ 0700 system system mkdir /data/vendor/audio/ 0770 media audio @@ -1185,7 +1185,7 @@ service thermal-engine /vendor/bin/thermal-engine socket thermal-recv-passive-client stream 0666 system system service time_daemon /vendor/bin/time_daemon - class late_start + class main user root group root |
