mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
10 lines
141 B
Text
10 lines
141 B
Text
#!/sbin/openrc-run
|
|
|
|
supervisor=supervise-daemon
|
|
command=/usr/sbin/ModemManager
|
|
|
|
description="ModemManager Daemon"
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|