mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-15 03:42:04 +08:00
fe3c65b79f
* unpack the debs * update rest * ignore
17 lines
320 B
Desktop File
17 lines
320 B
Desktop File
# Copyright (c) 2017 Qualcomm Technologies, Inc.
|
|
# All Rights Reserved.
|
|
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
#
|
|
|
|
[Unit]
|
|
Description=ipa firmware load script
|
|
SourcePath=/etc/init.d/ipa_fws.sh
|
|
|
|
[Service]
|
|
Type=forking
|
|
Restart=no
|
|
ExecStart=/etc/init.d/ipa_fws.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|