07987391dd
While here make sure the pid file is not around anymore on startup (which can happen after a crash and prevent DBus from starting again). |
||
---|---|---|
.. | ||
dbus_daemon.rc | ||
DESCR | ||
PFRAG.shared | ||
PLIST | ||
README |
$OpenBSD: README,v 1.3 2011/06/02 13:41:42 ajacoutot Exp $ +----------------------------------------------------------------------- | Running ${FULLPKGNAME} on OpenBSD +----------------------------------------------------------------------- To start a session bus instance of dbus-daemon (needed by at least gvfs aware applications and ${PREFIX}/share/dbus-1/services/*.service), add the following lines in .xinitrc or .xsession before starting the window manager (see dbus-launch(1) for more info) -- note that some session managers, e.g. gnome-session(1) already do this for you. if [ -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then eval `dbus-launch --auto-syntax --exit-with-session` fi