14 lines
238 B
Text
14 lines
238 B
Text
|
#!/sbin/openrc-run
|
||
|
name="81voltd"
|
||
|
description="Server-side implementation of the QMI IMS Data service"
|
||
|
|
||
|
command="/usr/bin/81voltd"
|
||
|
command_args=""
|
||
|
command_background=true
|
||
|
|
||
|
pidfile="/run/${RC_SVCNAME}.pid"
|
||
|
|
||
|
depend() {
|
||
|
need modemmanager
|
||
|
}
|