99a4cf071d
Upgrade to latest git master version, which has a couple of patches to fix ofono incompatibilities. The few other patches look fine too.
10 lines
177 B
Text
10 lines
177 B
Text
#!/sbin/openrc-run
|
|
supervisor="supervise-daemon"
|
|
description="Starting EG25 Manager"
|
|
command="/usr/bin/eg25manager"
|
|
|
|
depend()
|
|
{
|
|
after modemmanager
|
|
after ofono
|
|
}
|