Add the final step to get the daemon to run on macOS

Harm te Molder 2020-09-10 17:59:33 +00:00
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.