I am trying to get d-bus working and am looking at the "etc/dbus-1/system.conf" file. This file has many parameters so I am keen to understand what they mean and what values I am allowed to set for each of them.
In this file there is a link:
Quote:
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
but this link is dead. Please can someone tell me where/how I can find out what all these variables mean. e.g.
Quote:
<!-- Our well-known bus type, do not change this -->
<type>system</type>
<!-- Fork into daemon mode -->
<fork/>
<!-- Write a pid file -->
<pidfile>/var/run/dbus/pid</pidfile>
|
Thanks
Harry