aports/testing/pd-mapper/pd-mapper.initd
Achill Gilgenast e0a375bfdb
testing/pd-mapper: new aport
https://github.com/linux-msm/pd-mapper
Qualcomm Protection domain mapper
2026-01-13 01:01:08 +01:00

10 lines
162 B
Bash

#!/sbin/openrc-run
supervisor=supervise-daemon
name="pd-mapper"
description="Qualcomm PD mapper service"
command="/usr/bin/pd-mapper"
depend() {
want qrtr-ns
}