2022-02-21 21:18:51 +00:00
|
|
|
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
|
|
|
# All Rights Reserved.
|
|
|
|
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
|
|
|
2022-08-01 15:23:14 +00:00
|
|
|
|
|
|
|
# Create the directories used by qwes
|
|
|
|
on post-fs-data
|
|
|
|
mkdir /data/vendor/qwes 0755 system system
|
|
|
|
|
2022-02-21 21:18:51 +00:00
|
|
|
# Start daemon after boot completed
|
|
|
|
on property:sys.boot_completed=1
|
|
|
|
start vendor.ssgtzd
|
|
|
|
|
|
|
|
# Used 'disabled' flag, so daemon won't be started until explicit start
|
|
|
|
service vendor.ssgtzd /vendor/bin/ssgtzd
|
|
|
|
class late_start
|
|
|
|
user system
|
|
|
|
group system
|
|
|
|
disabled
|
|
|
|
socket ssgtzd stream 0660 system inet
|
|
|
|
socket qwes_ipc stream 0660 system inet
|