aboutsummaryrefslogtreecommitdiffstats
path: root/community/modemmanager/modemmanager.initd
blob: 838a7f5c6af70605280083533c06b95472df91fb (plain)
1
2
3
4
5
6
7
8
9
10
#!/sbin/openrc-run

supervisor=supervise-daemon
command=/usr/sbin/ModemManager

description="ModemManager Daemon"

depend() {
   need dbus
}