diff --git a/DBus-service.md b/DBus-service.md index f2d29ce..524cdfe 100644 --- a/DBus-service.md +++ b/DBus-service.md @@ -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() -``` \ No newline at end of file +```