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