X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/ae3e5be1241b3ae9d27fff950c3bb54bdcdc32e7..568963f18791c8a98a9b44a5ad7a451945cd3e51:/README.md diff --git a/README.md b/README.md index 984f2d67..b1c3c1fc 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,9 @@ To run on the system bus you need to take some additional steps. It’s advisable to run signal-cli as a separate unix user, the following steps assume you created a user named *signal-cli*. These steps, executed as root, should work on all distributions using systemd. +Mind the fact that signal.service executes the signal-cli with "--config /var/lib/signal-cli". +If you registered with user signal-cli, remove the config option. + ```bash cp data/org.asamk.Signal.conf /etc/dbus-1/system.d/ cp data/org.asamk.Signal.service /usr/share/dbus-1/system-services/ @@ -142,7 +145,7 @@ systemctl enable signal.service systemctl reload dbus.service ``` -Then just execute the send command from above, the service will be autostarted by dbus the first time it is requested. +Make sure to use "--dbus-system" with the send command, the service will be autostarted by dbus the first time it is requested. ## Storage