mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-09-10 02:13:41 +08:00
fe3c65b79f
* unpack the debs * update rest * ignore
19 lines
387 B
Desktop File
19 lines
387 B
Desktop File
# Copyright (c) 2017 Qualcomm Technologies, Inc.
|
|
# All Rights Reserved.
|
|
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
#
|
|
|
|
[Unit]
|
|
Description=adsp start service
|
|
SourcePath=/etc/initscripts/adsp.sh
|
|
|
|
[Service]
|
|
Restart=no
|
|
TimeoutSec=5min
|
|
RemainAfterExit=true
|
|
ExecStart=/etc/initscripts/adsp.sh start
|
|
ExecStop=/etc/initscripts/adsp.sh stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|