X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fbootscripts%2Fdbus;h=d4c77f516d3132bc64343ea3053fe37e0c46c524;hb=6039efc819b29ad7fa890c95fda918c57ebe475c;hp=0efaa69345902c00885d6cb14b4e39095fd7307e;hpb=2f26e347a05e245d6f57cb6603a7a51a4418b80d;p=hvlinux.git diff --git a/stage4/bootscripts/dbus b/stage4/bootscripts/dbus index 0efaa69..d4c77f5 100755 --- a/stage4/bootscripts/dbus +++ b/stage4/bootscripts/dbus @@ -12,7 +12,7 @@ DAEMON_DESC="D-BUS Messagebus daemon" DAEMON_OPTS="--config-file=/etc/dbus-1/system.conf" dbus_start() { - if statusproc ${DAEMON} | grep -q "not running"; then + if statusproc ${DAEMON} | grep -q "stopped"; then if [ -f /var/run/dbus/pid ]; then rm /var/run/dbus/pid fi