mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
9 lines
157 B
Text
9 lines
157 B
Text
#!/sbin/openrc-run
|
|
supervisor="supervise-daemon"
|
|
description="Starting EG25 Manager"
|
|
command="/usr/bin/eg25manager"
|
|
|
|
depend()
|
|
{
|
|
after modemmanager
|
|
}
|