mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-28 00:42:25 +01:00
10 lines
162 B
Bash
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
|
|
}
|