mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-31 15:20:17 +00:00
Split the section on dbus-send from the 'system bus' section
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()
|
||||
```
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user