aports/community/modemmanager/modemmanager.initd
Rasmus Thomsen bbe947aaf3 community/modemmanager: fix wrong dbus dir
* add .initd file in -openrc subpkg in case you want to start MM w/o dbus

fixes #7957
2019-12-06 15:53:46 +01:00

11 lines
141 B
Plaintext

#!/sbin/openrc-run
supervisor=supervise-daemon
command=/usr/sbin/ModemManager
description="ModemManager Daemon"
depend() {
need dbus
}