summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-15 16:27:59 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-15 16:27:59 +0800
commit71078478aed838f2140768398259cacfc32f7d67 (patch)
tree1e22bca26b96abea0b6f609cf8cefcec0edb9fac
parent3dd79cea70b0d73047d2fea4e68b262a573e698f (diff)
downloaddocs-71078478aed838f2140768398259cacfc32f7d67.tar.gz
docs-71078478aed838f2140768398259cacfc32f7d67.tar.bz2
docs-71078478aed838f2140768398259cacfc32f7d67.zip
default is actually /etc/taler/taler.conf in Debian packages
-rw-r--r--frags/configuration-format.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/frags/configuration-format.rst b/frags/configuration-format.rst
index e0fe59df..489e98cb 100644
--- a/frags/configuration-format.rst
+++ b/frags/configuration-format.rst
@@ -11,8 +11,8 @@ In order to override these defaults, the user can write a custom configuration
file and either pass it to the component at execution time using the *-c*
option, or name it taler.conf and place it under $HOME/.config/ which is where
components will look by default. Note that the systemd service files pass ``-c
-/etc/taler.conf``, thus making ``/etc/taler.conf`` the primary location for
-the configuration.
+/etc/taler/taler.conf``, thus making ``/etc/taler/taler.conf``
+the primary location for the configuration.
A config file is a text file containing sections, and each section
contains maps options to their values. Configuration files follow