mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-09-01 06:28:11 +00:00
Add the final step to get the daemon to run on macOS
parent
cffe2ef690
commit
a293ea6194
@ -88,4 +88,15 @@ my $reactor=Net::DBus::Reactor->main();
|
||||
$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.
|
||||
Loading…
x
Reference in New Issue
Block a user