From d18875a8f480c32ff43cb9e4722a45d95c3b06e1 Mon Sep 17 00:00:00 2001 From: exquo <62397152+exquo@users.noreply.github.com> Date: Tue, 2 Jun 2020 10:50:28 +0000 Subject: [PATCH] Split the section on dbus-send from the 'system bus' section --- DBus-service.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +```