aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus/dbus.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-01 15:50:44 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-01 15:50:44 +0200
commitb57cdcf182bb48e44e67945e38cbf85ed6c87a97 (patch)
tree2cfa8468f29b6b098dfdc9c248c601b7879745c4 /recipes/dbus/dbus.inc
parente400d1a3f29cd22d3be2215370f5cced95266f7b (diff)
downloadopenembedded-b57cdcf182bb48e44e67945e38cbf85ed6c87a97.tar.gz
dbus: start a bit earlier in the init sequence (from poky)
Diffstat (limited to 'recipes/dbus/dbus.inc')
-rw-r--r--recipes/dbus/dbus.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc
index 2a4b19699f..0302cfe776 100644
--- a/recipes/dbus/dbus.inc
+++ b/recipes/dbus/dbus.inc
@@ -90,4 +90,4 @@ chmod u+s /usr/libexec/dbus-daemon-launch-helper
CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session.conf"
INITSCRIPT_NAME = "dbus-1"
-INITSCRIPT_PARAMS = "defaults"
+INITSCRIPT_PARAMS = "start 02 5 2 . stop 20 0 1 6 ."