From 2ec99b834b834c5c78bb8a65a73b8752c8cf2629 Mon Sep 17 00:00:00 2001 From: Donald A Lobo <409069+dlobo@users.noreply.github.com> Date: Mon, 11 Jan 2021 20:57:51 -0800 Subject: [PATCH] Updated DBus service (markdown) --- DBus-service.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/DBus-service.md b/DBus-service.md index 0f6b9c6..f740338 100644 --- a/DBus-service.md +++ b/DBus-service.md @@ -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