-
Hi, Thanks again for your work, sorry for my n00b query. Is there a guide or docs for installation in linux. I've gotten the signal-cli to work fine. I don't understand the need for dbus or daemon. I only want to send messages via Appreciate any help. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Short answer: No need for daemon in your case |
Beta Was this translation helpful? Give feedback.
Short answer: No need for daemon in your case
Longer answer: the Dbus Daemon mode is used to run signal-cli as daemon in the background. To communicate you would either have to write a program utilizing Dbus or use the dbus-send command line tool. The only advantage in your use case that I could see: In daemon mode signal-cli is already running (takes a while to come up depending on system performance), so it could be helpful in case you want it to react fast and/or need it often