Split the section on dbus-send from the 'system bus' section

exquo 2020-06-02 10:50:28 +00:00
parent 93e10ee2e6
commit d18875a8f4

@ -32,6 +32,7 @@ If you registered with user signal-cli, remove the config option.
Make sure to use "--dbus-system" with the send command, the service will be autostarted by dbus the first time it is requested.
### Send using dbus-send
To avoid the startup time of the JVM for the dbus client, you can use any dbus capable program to send messages via the signal-cli dbus daemon.
Example with `dbus-send`:
@ -59,4 +60,4 @@ signal = bus.get('org.asamk.Signal')
signal.onMessageReceived = msgRcv
loop.run()
```
```