pmaports/temp/eg25-manager/eg25-manager.initd
Oliver Smith 99a4cf071d
temp/eg25-manager: fork from alpine (MR 2066)
Upgrade to latest git master version, which has a couple of patches to
fix ofono incompatibilities. The few other patches look fine too.
2021-03-28 23:26:30 +02:00

10 lines
177 B
Text

#!/sbin/openrc-run
supervisor="supervise-daemon"
description="Starting EG25 Manager"
command="/usr/bin/eg25manager"
depend()
{
after modemmanager
after ofono
}