connman: Start after dbus and use full path for binary in initscript

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-06-01 14:18:59 +01:00
parent 4ae5537fff
commit 412d815bee
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=gi
file://connman "
INITSCRIPT_NAME = "connman"
INITSCRIPT_PARAMS = "start 22 S . stop 22 0 1 6 ."
INITSCRIPT_PARAMS = "start 05 5 2 . stop 22 0 1 6 ."
inherit autotools_stage pkgconfig update-rc.d

View File

@@ -11,7 +11,7 @@ fi
set -e
do_start() {
connmand
$DAEMON
}
do_stop() {