Mercurial > sat_docs
view scripts/dbus/dbus-launch.sh @ 79:694fd34ff0b3
docker (prosody): added some comments to prosody.cfg.lua
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 10 Feb 2016 18:22:56 +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