Blame SOURCES/00-start-message-bus.sh

92d167
#!/bin/sh
92d167
# Copyright (C) 2008 Red Hat, Inc.
92d167
#
92d167
# All rights reserved. This copyrighted material is made available to anyone
92d167
# wishing to use, modify, copy, or redistribute it subject to the terms and
92d167
# conditions of the GNU General Public License version 2.
92d167
#
92d167
# You should have received a copy of the GNU General Public License
92d167
# along with this program; if not, write to the Free Software
92d167
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
92d167
#
92d167
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
92d167
        eval `dbus-launch --sh-syntax --exit-with-session`
92d167
fi