mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-09-01 06:28:11 +00:00
Updated DBus service (markdown)
parent
f0499debd9
commit
2ec99b834b
@ -12,9 +12,12 @@ signal-cli can run in daemon mode and provides an experimental dbus interface.
|
||||
|
||||
MacOS users can run the following commands if needed:
|
||||
|
||||
* brew install dbus
|
||||
* brew services start dbus
|
||||
* RESTART YOUR MACHINE (I dont know why this is needed, but i struggled a bit with multiple things which did not work. A restart worked and no other changes were needed)
|
||||
```shell
|
||||
brew install dbus
|
||||
brew services start dbus
|
||||
```
|
||||
|
||||
Then RESTART YOUR MACHINE (I dont know why this is needed, but it is needed for the above commands to work)
|
||||
|
||||
### System bus
|
||||
|
||||
@ -98,17 +101,6 @@ $reactor->run();
|
||||
exit 0;
|
||||
```
|
||||
|
||||
### `dbus` on macOS
|
||||
|
||||
To get the daemon to run properly on macOS (10.15.6) I had to install `dbus` (available on [Homebrew](https://brew.sh/)):
|
||||
|
||||
```shell
|
||||
brew install dbus
|
||||
brew services start dbus
|
||||
```
|
||||
|
||||
Then restart.
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
#### Cannot Resolve Session Bus Address
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user