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,8 +23,6 @@
#
# runlevels: openelec, textmode
case $RUNLEVEL in
boot)
(
progress "Starting D-BUS"
@ -32,8 +30,3 @@ case $RUNLEVEL in
dbus-uuidgen --ensure
dbus-daemon --system
)&
;;
poweroff|reboot)
;;
esac