diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-07-16 18:34:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-07-16 18:34:08 -0400 |
commit | ff7cca187362093a056dd84e085100c0bdab6ee6 (patch) | |
tree | 4e275a51d9c39a58271c7465fb8b513c0fa1f903 /docs/dconf-overview.xml | |
parent | 154e319256b5024c6ea4e0ca8ff97bc63b0080a7 (diff) | |
download | dconf-ff7cca187362093a056dd84e085100c0bdab6ee6.tar.gz |
docs: mention nfs in the overview docs
The keyfile backend was not mentioned at all in the shipped
docs so far.
Diffstat (limited to 'docs/dconf-overview.xml')
-rw-r--r-- | docs/dconf-overview.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/dconf-overview.xml b/docs/dconf-overview.xml index 3700bb4..b1cfadf 100644 --- a/docs/dconf-overview.xml +++ b/docs/dconf-overview.xml @@ -64,6 +64,21 @@ </refsect1> <refsect1> + <title>NFS</title> + + <para> + The binary database format that dconf uses by default is not suitable for use on NFS, where mmap does not + work well. To handle this common use case, dconf can be configured to use a plain text keyfile instead of + a binary database. The keyfile is put in the <filename><envar>$XDG_CONFIG_HOME</envar>/dconf</filename> + directory. + </para> + <para> + To enable keyfile storage, add a line containing <literal>service-db:keyfile/user</literal> to the file + <filename>/etc/dconf/profile/user</filename>. + </para> + </refsect1> + + <refsect1> <title>Portability</title> <para> |