summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-31 12:29:07 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-12-31 12:29:07 +0100
commitf07a0576f2ffeed8a13c59bf1056081aa5a965a2 (patch)
tree9887c6b8ca88a64c8cdc5816e97dac148dd379c1
parent00e43c15cd1211cf6c1a7bb50963ab15f2ae6ee0 (diff)
downloaddocs-f07a0576f2ffeed8a13c59bf1056081aa5a965a2.tar.gz
docs-f07a0576f2ffeed8a13c59bf1056081aa5a965a2.tar.bz2
docs-f07a0576f2ffeed8a13c59bf1056081aa5a965a2.zip
-fix bad binary name as reported on mailinglist
-rw-r--r--taler-exchange-manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 301edc6d..f66463d1 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -449,7 +449,7 @@ to compartmentalize different parts of the system:
The exchange setup uses the following system groups:
-* ``taler-exchange-db``: group for all Taler users with direct database access, specifically taler-exchange-httpd, taler-exchange-wire, taler-exchange-closer and taler-exchange-aggregator.
+* ``taler-exchange-db``: group for all Taler users with direct database access, specifically taler-exchange-httpd, taler-exchange-wirewatch, taler-exchange-closer and taler-exchange-aggregator.
* ``taler-exchange-secmod``: group for processes with access to online signing keys; this group must have four users: taler-exchange-secmod-rsa, taler-exchange-secmod-cs, taler-exchange-secmod-eddsa and taler-exchange-httpd.
* ``taler-exchange-offline``: group for the access to the offline private key (only used on the offline host and not used on the online system).