view scripts/dbus/dbus-launch.sh @ 33:b70084aa0af7

xeps: added thanks to souliane for his corrections
author Goffi <goffi@goffi.org>
date Tue, 18 Nov 2014 13:26:01 +0100
parents 703a394b9780
children
line wrap: on
line source

#!/bin/sh

DBUS_PATH="/tmp/.dbus.`whoami`"

if [ ! -e $DBUS_PATH ]; then
	dbus-launch --sh-syntax > $DBUS_PATH
	chmod 400 $DBUS_PATH
fi

cat $DBUS_PATH