Files
agnos-builder/userspace/root/lib/systemd/system/adsp.service
T
Adeeb Shihadeh fe3c65b79f unpack the debs (#562)
* unpack the debs

* update rest

* ignore
2026-04-30 12:54:27 -07:00

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