pmaports/device/testing/device-pine64-pinephone/setup-modem-audio.initd
Mayeul Cantan e638031a65
pine64-pinephone: setup modem audio before starting ofono (!978)
This commit sets setup-modem-audio.initd to be executed before ofono, as
it changes the modem configuration and resets it.
2020-03-21 21:37:31 +01:00

9 lines
131 B
Text

#!/sbin/openrc-run
command="/usr/bin/pinephone_setup-modem-audio"
command_background=true
depend() {
after eg25
before ofono
}