2018-04-17 20:38:17 +01:00
|
|
|
# dbus-daemon
|
|
|
|
|
|
|
|
> The D-Bus message daemon, allowing multiple programs to exchange messages.
|
2025-06-29 11:32:13 +03:00
|
|
|
> More information: <https://dbus.freedesktop.org/doc/dbus-daemon.1.html>.
|
2018-04-17 20:38:17 +01:00
|
|
|
|
|
|
|
- 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}}`
|
|
|
|
|
2022-12-04 08:53:34 +01:00
|
|
|
- Output the process ID to `stdout`:
|
2018-04-17 20:38:17 +01:00
|
|
|
|
|
|
|
`dbus-daemon --print-pid`
|
|
|
|
|
|
|
|
- Force the message bus to write to the system log for messages:
|
|
|
|
|
|
|
|
`dbus-daemon --syslog`
|