mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-23 09:13:50 +08:00
fe3c65b79f
* unpack the debs * update rest * ignore
20 lines
416 B
Desktop File
20 lines
416 B
Desktop File
# Copyright (c) 2017 Qualcomm Technologies, Inc.
|
|
# All Rights Reserved.
|
|
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
#
|
|
|
|
[Unit]
|
|
Description=Qseecomd Service
|
|
SourcePath=/etc/initscripts/qseecomd
|
|
After=leprop.service
|
|
Requires=leprop.service
|
|
|
|
[Service]
|
|
Restart=no
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/initscripts/qseecomd start
|
|
ExecStop=/etc/initscripts/qseecomd stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|