blob: 39c94591e5c1777d05152cfdf92fcb8a51d5a3ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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
}
|