Updated DBus service (markdown)

Donald A Lobo 2021-01-11 20:31:50 -08:00
parent 5b48844293
commit f0499debd9

@ -1,12 +1,5 @@
signal-cli can run in daemon mode and provides an experimental dbus interface.
`
MacOS users can do the following:
* 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)
`
* Run in daemon mode (dbus session bus)
signal-cli -u USERNAME daemon
@ -15,6 +8,14 @@ MacOS users can do the following:
signal-cli --dbus send -m "Message" [RECIPIENT [RECIPIENT ...]] [-a [ATTACHMENT [ATTACHMENT ...]]]
### MacOS
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)
### System bus
To run on the system bus you need to take some additional steps.