pmaports/modem/pd-mapper/pd-mapper.initd

10 lines
162 B
Text
Raw Normal View History

2020-03-19 15:07:15 +00:00
#!/sbin/openrc-run
supervisor=supervise-daemon
name="pd-mapper"
description="Qualcomm PD mapper service"
command="/usr/bin/pd-mapper"
depend() {
want qrtr-ns
2020-03-19 15:07:15 +00:00
}