pmaports/temp/81voltd/81voltd.initd
Alistair Francis 5f68d24452
temp/81voltd: new aport (MR 5387)
Add version 1.0.0 of 81voltd [1].

This is based on discussions at [2]. 81voltd gets VoLTE working on
some SDM845 based devices. I tested this on my Pixel 3a and it works
with Optus but not Telstra (a more complicated VoLTE network).

I'm putting this for pmOS temp as hopefully the long term solution is to
upstream this to ModemManager. For now though this gets things working.

1: https://gitlab.com/flamingradian/81voltd/
2: https://gitlab.com/postmarketOS/pmaports/-/issues/1878#note_1826692945

Signed-off-by: Alistair Francis <alistair@alistair23.me>
2024-07-31 10:02:52 +02:00

13 lines
238 B
Text

#!/sbin/openrc-run
name="81voltd"
description="Server-side implementation of the QMI IMS Data service"
command="/usr/bin/81voltd"
command_args=""
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"
depend() {
need modemmanager
}