12 lines
177 B
Text
12 lines
177 B
Text
|
#!/sbin/openrc-run
|
||
|
|
||
|
supervisor=supervise-daemon
|
||
|
command=/usr/sbin/ModemManager
|
||
|
command_args="${modemmanager_opts}"
|
||
|
|
||
|
description="ModemManager Daemon"
|
||
|
|
||
|
depend() {
|
||
|
need dbus
|
||
|
}
|