moonshot-dbus-launch: script to launch session dbus
[moonshot-ui.git] / moonshot-dbus-launch
1 #!/bin/sh
2 eval `dbus-launch --sh-syntax`
3 trap "kill $DBUS_SESSION_BUS_PID" hup pipe int term
4 echo $DBUS_SESSION_BUS_ADDRESS
5 read foo
6 kill $DBUS_SESSION_BUS_PID
7