15 lines
365 B
Plaintext
15 lines
365 B
Plaintext
|
#
|
||
|
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||
|
# All Rights Reserved.
|
||
|
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||
|
#
|
||
|
|
||
|
on post-fs-data && property:ro.crypto.state=encrypted && property:ro.crypto.type=file
|
||
|
start time_daemon
|
||
|
|
||
|
service time_daemon /vendor/bin/time_daemon
|
||
|
class main
|
||
|
user system
|
||
|
group system
|
||
|
capabilities SYS_TIME
|