View | Details | Raw Unified | Return to bug 32479
Collapse All | Expand All

(-)/etc/init.d/libvirtd (-1 / +9 lines)
Lines 91-97 Link Here
91
91
92
# See how we were called.
92
# See how we were called.
93
case "$1" in
93
case "$1" in
94
    start|stop|restart|reload)
94
    start|restart)
95
        service messagebus status >/dev/null
96
	if [ $? == 0 ] ; then
97
            $1
98
	else
99
	    echo "The service messagebus don't running and the $SERVICE can't start. Please start service messagebus before."
100
	fi
101
        ;;
102
    stop|reload)
95
        $1
103
        $1
96
        ;;
104
        ;;
97
    condstop)
105
    condstop)

Return to bug 32479