Updated DBus service (markdown)

John Freed 2021-09-16 13:21:18 +02:00
parent 0ad5262eb5
commit aae1fe3b29

@ -112,6 +112,11 @@ 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.
On MacOSX (which uses launchd, not systemd), the corresponding command is
```
cp data/org.asamk.Signal.conf /usr/local/etc/dbus-1/system.d/
```
### 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`: