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

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