pmaports/temp/ofono/ofono-auto-enable.initd
Martijn Braam f1efbec6dd
temp/ofono: add ofono-auto-enable script (!965)
Co-authored-by: Luca Weiss <luca@z3ntu.xyz>
2020-02-20 17:14:32 +01:00

9 lines
141 B
Text

#!/sbin/openrc-run
command="/usr/bin/ofono-auto-enable"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"
depend() {
need dbus
}