Revert "dbus: start init scripts on RUNLEVEL=boot"

This reverts commit a709af45da60c5a280d5253be8ac215ff2b5dbdd.
This commit is contained in:
Stephan Raue 2011-09-12 19:24:13 +02:00
parent be428616c6
commit 23675d8ae2

View File

@ -23,17 +23,10 @@
#
# runlevels: openelec, textmode
case $RUNLEVEL in
boot)
(
progress "Starting D-BUS"
(
progress "Starting D-BUS"
mkdir -p /var/lib/dbus /var/run/dbus
dbus-uuidgen --ensure
dbus-daemon --system
)&
;;
poweroff|reboot)
;;
esac
mkdir -p /var/lib/dbus /var/run/dbus
dbus-uuidgen --ensure
dbus-daemon --system
)&