<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 12/16/18 9:33 AM, Felipe Gasper wrote:
    <blockquote type="cite"
      cite="mid:F46840CE-B516-41F1-B0C6-63FC6099CD30@felipegasper.com">
      <pre class="moz-quote-pre" wrap="">Hi all,

What is the best way to find the system bus socket’s location if, e.g., a custom location is compiled into libdbus? (Assuming libdbus is not loaded.)

Thank you!

-FG
</pre>
    </blockquote>
    <pre>not sure the best, but ...

  $ grep '<listen>' /etc/dbus-1/system.conf
    <listen>unix:path=/var/run/dbus/system_bus_socket</listen>

</pre>
  </body>
</html>