]> git.pld-linux.org Git - packages/dbus.git/blob - dbus-daemon-1-profile.d-sh
31f2bc15892b3b328dc14969af4ef1ca1d5b166c
[packages/dbus.git] / dbus-daemon-1-profile.d-sh
1
2 if [ -f /usr/bin/dbus-launch ]; then
3     if [ -f /var/run/dbus.pid ]; then
4         if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
5             eval `dbus-launch --sh-syntax --exit-with-session`
6         fi    
7     fi
8 fi
This page took 0.102041 seconds and 3 git commands to generate.