dbus-daemon

The D-Bus message daemon, allowing multiple programs to exchange messages. More information: <https://www.freedesktop.org/wiki/Software/dbus/>.

Install

All systems
curl cmd.cat/dbus-daemon.sh
Debian Debian
apt-get install dbus-tests
Ubuntu
apt-get install dbus-tests
Alpine
apk add dbus
Arch Arch Linux
pacman -S dbus
image/svg+xml Kali Linux
apt-get install dbus-tests
CentOS
yum install dbus-daemon-1
Fedora
dnf install dbus-daemon-1
Windows (WSL2)
sudo apt-get update sudo apt-get install dbus-tests
OS X
brew install dbus
Raspbian
apt-get install dbus-1-dbg
Docker
docker run cmd.cat/dbus-daemon dbus-daemon powered by Commando

The D-Bus message daemon, allowing multiple programs to exchange messages. More information: <https://www.freedesktop.org/wiki/Software/dbus/>.

  • 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

© tl;dr; authors and contributors