diff --git a/FAQ.md b/FAQ.md index e2bba75..dd6bb07 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,7 +2,7 @@ ### Performance #### JVM startup -Every invocation of `signal-cli ...` starts a Java Virtual Machine instance. This can take anywhere from a second to many time over that, depending on the system. +Every invocation of `signal-cli ...` starts a Java Virtual Machine instance. This can take anywhere from a second to a long time, depending on the system. To avoid it, signal-cli can be started as a daemon, with subsequent commands sent to it through DBus. See [using `dbus-send`](https://github.com/AsamK/signal-cli/wiki/DBus-service#user-content-send-using-dbus-send).