aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:26:23 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:26:23 +0000
commitd0a9f269aa6575253b1c284d594a467e6fdeb7c7 (patch)
tree21cf2183b906bd550eff83616552097c977ad530 /README
parentd4baeee37d09e53b5f176398a1b4aaa0aa747883 (diff)
downloadgnunet-d0a9f269aa6575253b1c284d594a467e6fdeb7c7.tar.gz
gnunet-d0a9f269aa6575253b1c284d594a467e6fdeb7c7.zip
more work towards XDG spec (#3000) -- config file location
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index f3d57a4f3..ad43c1f2a 100644
--- a/README
+++ b/README
@@ -115,8 +115,9 @@ the $HOME-directory of your "gnunet" user is, you might need to set
115the SERVICEHOME option in section "[PATHS]" to "/var/lib/gnunet" to 115the SERVICEHOME option in section "[PATHS]" to "/var/lib/gnunet" to
116do this. Depending on your personal preferences, you may also want to 116do this. Depending on your personal preferences, you may also want to
117use "/etc/gnunet.conf" for the location of the configuration file in 117use "/etc/gnunet.conf" for the location of the configuration file in
118this case (instead of ~gnunet/.gnunet/gnunet.conf"). In this case, 118this case (instead of ~gnunet/.config/gnunet.conf"). In this case,
119you need to start GNUnet using "gnunet-arm -s -c /etc/gnunet.conf". 119you need to start GNUnet using "gnunet-arm -s -c /etc/gnunet.conf" or
120set "XDG_CONFIG_HOME=/etc/".
120 121
121You can avoid running 'make install' as root if you run configure 122You can avoid running 'make install' as root if you run configure
122with the "--with-sudo=yes" option and have extensive sudo rights 123with the "--with-sudo=yes" option and have extensive sudo rights
@@ -172,7 +173,7 @@ GNUnet uses two types of configuration files, one that specifies the
172system-wide defaults (typically located in 173system-wide defaults (typically located in
173$GNUNET_PREFIX/share/gnunet/config.d/) and a second one that overrides 174$GNUNET_PREFIX/share/gnunet/config.d/) and a second one that overrides
174default values with user-specific preferences. The user-specific 175default values with user-specific preferences. The user-specific
175configuration file should be located in "~/.gnunet/gnunet.conf" or its 176configuration file should be located in "~/.config/gnunet.conf" or its
176location can be specified by giving the "-c" option to the respective 177location can be specified by giving the "-c" option to the respective
177GNUnet application. 178GNUnet application.
178 179