#!/usr/bin/openrc-run
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Purpose License v2

supervisor=supervise-daemon
command=/usr/bin/connmand
command_args="-n ${CONNMAN_OPTS}"

depend() {
   need dbus
   provide net
}
