Revert "dbus: shutdown dbus on reboot/poweroff"

This reverts commit fb48033d682ba16df5d0a15948f59facc0f39fbf.
This commit is contained in:
Stephan Raue 2011-09-12 19:17:20 +02:00
parent 8715162529
commit 8c0b1df278

View File

@ -35,7 +35,5 @@ case $RUNLEVEL in
;;
poweroff|reboot)
progress "Stopping D-BUS"
killall dbus-daemon
;;
esac