← all formulas
dbus
Message bus system, providing inter-application communication
- Version
- v1.16.2
- License
- AFL-2.1 OR GPL-2.0-or-later
- Tap
- homebrew/core
- Bottle
- available
- Revision
- 1
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install dbusCaveats
To start the session bus now and at login:
brew services start dbus
To start the system bus now and on boot, install and activate the included daemon:
sudo cp -f $(brew --prefix dbus)/org.freedesktop.dbus-system.plist /Library/LaunchDaemons
sudo launchctl bootstrap system /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
If the daemon is already installed and running, restart it:
sudo launchctl kickstart -k system/org.freedesktop.dbus-system