From aae1fe3b295ec32f54f165de6b8c168d526cce1b Mon Sep 17 00:00:00 2001 From: John Freed Date: Thu, 16 Sep 2021 13:21:18 +0200 Subject: [PATCH] Updated DBus service (markdown) --- DBus-service.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DBus-service.md b/DBus-service.md index 5c4bedc..5b355c2 100644 --- a/DBus-service.md +++ b/DBus-service.md @@ -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`: