summaryrefslogtreecommitdiff
path: root/net-misc/modemmanager/files/init.d.ModemManager
blob: b8f1345bdef38627f0b19462bda67a523bfa6d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run

description="ModemManager Daemon"
pidfile="/run/ModemManager.pid"
command="/usr/sbin/ModemManager"
command_background="yes"

depend() {
	need dbus
	before NetworkManager
}