mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-26 19:11:55 +01:00
11 lines
141 B
Plaintext
11 lines
141 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
supervisor=supervise-daemon
|
|
command=/usr/sbin/ModemManager
|
|
|
|
description="ModemManager Daemon"
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|