Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions files/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ systemdsystemunitdir = @systemdsystemunitdir@
# List of systemd service files to install
dist_systemdsystemunit_DATA = \
adsprpcd.service \
adsprpcd_audiopd.service \
cdsprpcd.service \
cdsp1rpcd.service \
gdsp0rpcd.service \
Expand Down
14 changes: 14 additions & 0 deletions files/adsprpcd_audiopd.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Unit]
Description=audiopd aDSP RPC daemon
After=dev-fastrpc-adsp.device dev-fastrpc-adsp-secure.device
ConditionPathExists=|/dev/fastrpc-adsp
ConditionPathExists=|/dev/fastrpc-adsp-secure

[Service]
Type=exec
ExecStart=/usr/bin/adsprpcd audiopd
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target
Loading