view scripts/dbus/dbus-launch.sh @ 63:63abd824508c

schemas: added "architecture" section with "sat_simplified_overview" schema
author Goffi <goffi@goffi.org>
date Mon, 09 Nov 2015 12:29:38 +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