mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-28 20:18:08 -07:00
Closes: https://github.com/gentoo/gentoo/pull/19660 Closes: https://bugs.gentoo.org/604664 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
#!/sbin/openrc-run
|
|
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
command=/usr/sbin/ModemManager
|
|
command_background=true
|
|
pidfile=/run/modemmanager.pid
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|