pmaports/temp/ofono/ofono-auto-enable.initd

10 lines
141 B
Text
Raw Normal View History

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