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`: