#!/sbin/openrc-run
command="/usr/bin/pinephone_setup-modem"
pidfile="/var/run/$SVCNAME.pid"
command_background=true
depend() {
after eg25
before ofono
}