mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-06-08 11:04:51 +08:00
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
|