mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-09-01 06:28:11 +00:00
Updated DBus service (markdown)
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`:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user