vendor_xiaomi_onyx/proprietary/vendor/etc/init/qwesd.rc
zenin1504 737bba2d3d onyx: Push vendor repo here
Change-Id: If8d0b57acc6b41c28c7a331e41db44d2
Signed-off-by: zenin1504 <me.zenin1504.dev@gmail.com>
2026-06-26 20:21:50 +08:00

17 lines
372 B
Plaintext

# Copyright (c) 2019, 2022 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
# Start daemon
on boot
start vendor.qwesd
# Used 'disabled' flag, so daemon won't be started until explicit start
service vendor.qwesd /vendor/bin/qwesd
class late_start
user system
group system inet
disabled