tldr/pages/linux/dbus-daemon.md
Lucas Gabriel Schneider a5fe31bc47
multiple pages: format technical tokens (#5119)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-31 12:05:18 -05:00

654 B

dbus-daemon

The D-Bus message daemon, allowing multiple programs to exchange messages.

  • Run the daemon with a configuration file:

dbus-daemon --config-file {{path/to/file}}

  • Run the daemon with the standard per-login-session message bus configuration:

dbus-daemon --session

  • Run the daemon with the standard systemwide message bus configuration:

dbus-daemon --system

  • Set the address to listen on and override the configuration value for it:

dbus-daemon --address {{address}}

  • Output the process id to stdout:

dbus-daemon --print-pid

  • Force the message bus to write to the system log for messages:

dbus-daemon --syslog