#!/usr/bin/openrc-run

supervisor=supervise-daemon
healthcheck_delay=12
pidfile="/run/ofonod.pid"
command="/usr/sbin/ofonod"
command_args="-n"
command_background=true

depend() {
	need dbus
}

stop() {
       start-stop-daemon --stop --pidfile "$pidfile"
}
