mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-24 15:25:13 +03:00
Changed in: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/79927 [ci:ignore-count] [ci:skip-build]: already built successfully in CI
19 lines
609 B
Desktop File
19 lines
609 B
Desktop File
[Unit]
|
|
Description=Daemon to support Qualcomm Hexagon ADSP virtual filesystem for SensorPD
|
|
Conflicts=suspend.target
|
|
Before=suspend.target
|
|
ConditionPathExists=/usr/share/hexagonrpcd/hexagonrpcd-adsp-sensorspd.conf
|
|
# This service shouldn't be run on devices with an SDSP
|
|
ConditionPathExists=!/dev/fastrpc-sdsp
|
|
ConditionPathExists=/dev/fastrpc-adsp
|
|
|
|
[Service]
|
|
EnvironmentFile=/usr/share/hexagonrpcd/hexagonrpcd-adsp-sensorspd.conf
|
|
ExecStart=/usr/bin/hexagonrpcd -f /dev/fastrpc-adsp -d adsp -s -R ${hexagonrpcd_fw_dir}
|
|
Restart=always
|
|
RestartSec=3
|
|
User=fastrpc
|
|
Group=fastrpc
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|