diff options
Diffstat (limited to 'doc/gnunet-setup.1')
-rw-r--r-- | doc/gnunet-setup.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gnunet-setup.1 b/doc/gnunet-setup.1 index 9dddf77e..7f6a37c8 100644 --- a/doc/gnunet-setup.1 +++ b/doc/gnunet-setup.1 | |||
@@ -10,14 +10,14 @@ gnunet\-setup is a gtk+ based GUI for configuring GNUnet. | |||
10 | 10 | ||
11 | The first time you run gnunet\-setup, the goal will typically be to configure the peer, that is, the set of processes that always run in the background. Those processes should run as user "gnunet" and thus gnunet\-setup should be run as user "gnunet" for this step. Use the "\-e" option to enable automatic priviledge escalation using gksu (if supported by your system). Alternatively, you can of course run gnunet\-setup from the "gnunet" system user account or even as "root". If you see a tab "General", you did start gnunet\-setup correctly to configure the peer. You should now be able to configure which subsystems of GNUnet you want to enable, which databases to use and what your network configuration looks like. After these steps are complete, you should be able to start your peer using "gnunet\-arm". | 11 | The first time you run gnunet\-setup, the goal will typically be to configure the peer, that is, the set of processes that always run in the background. Those processes should run as user "gnunet" and thus gnunet\-setup should be run as user "gnunet" for this step. Use the "\-e" option to enable automatic priviledge escalation using gksu (if supported by your system). Alternatively, you can of course run gnunet\-setup from the "gnunet" system user account or even as "root". If you see a tab "General", you did start gnunet\-setup correctly to configure the peer. You should now be able to configure which subsystems of GNUnet you want to enable, which databases to use and what your network configuration looks like. After these steps are complete, you should be able to start your peer using "gnunet\-arm". |
12 | 12 | ||
13 | It is recommended that "/etc/gnunet.conf" should be a world\-readable copy of the peer's GNUnet configuration. Note that GNUnet configuration files (as generated by gnunet\-setup) only contain those values that differ from the defaults. Also note that "gnunet\-arm" will by default look for a configuration in "$HOME/.gnunet/gnunet.conf" (so if your configuration is in "/etc/gnunet.conf", you have to pass "\-c /etc/gnunet.conf" to gnunet\-arm). | 13 | It is recommended that "/etc/gnunet.conf" should be a world\-readable copy of the peer's GNUnet configuration. Note that GNUnet configuration files (as generated by gnunet\-setup) only contain those values that differ from the defaults. Also note that "gnunet\-arm" will by default look for a configuration in "$HOME/.config/gnunet.conf" (or, "$XDG_CONFIG_DIR/gnunet.conf" if "$XDG_CONFIG_DIR" is set); thus, if your configuration is in "/etc/gnunet.conf", you have to pass "\-c /etc/gnunet.conf" to gnunet\-arm or set "$XDG_CONFIG_DIR" to "/etc/". |
14 | 14 | ||
15 | .TP | 15 | .TP |
16 | \fB\-a\fR, \fB\-\-autoconfig\fR | 16 | \fB\-a\fR, \fB\-\-autoconfig\fR |
17 | try to automatically configure networking for the peer without starting the interactive GUI | 17 | try to automatically configure networking for the peer without starting the interactive GUI |
18 | .TP | 18 | .TP |
19 | \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR | 19 | \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR |
20 | load config file (default: ~/.gnunet/gnunet.conf) | 20 | load config file (default: ~/.config/gnunet.conf) |
21 | .TP | 21 | .TP |
22 | \fB\-e, \fB\-\-elevate\-priviledges\fR | 22 | \fB\-e, \fB\-\-elevate\-priviledges\fR |
23 | Try to elevate priviledges to run gnunet\-setup as user "gnunet". This option is only available if libgksu\-support was found on your system. It is ignored if gnunet\-setup is run as user "root" or "gnunet" already. If "gksu" fails, gnunet\]-setup is run as the current user. | 23 | Try to elevate priviledges to run gnunet\-setup as user "gnunet". This option is only available if libgksu\-support was found on your system. It is ignored if gnunet\-setup is run as user "root" or "gnunet" already. If "gksu" fails, gnunet\]-setup is run as the current user. |
@@ -34,7 +34,7 @@ Many options in gnunet\-setup are documented online. Access the online help by f | |||
34 | Exiting gnunet\-setup (by closing the window or pressing ESCape) always saves the current configuration to disk. | 34 | Exiting gnunet\-setup (by closing the window or pressing ESCape) always saves the current configuration to disk. |
35 | .SH FILES | 35 | .SH FILES |
36 | .TP | 36 | .TP |
37 | ~/.gnunet/gnunet.conf | 37 | ~/.config/gnunet.conf |
38 | User's GNUnet configuration file | 38 | User's GNUnet configuration file |
39 | .SH "REPORTING BUGS" | 39 | .SH "REPORTING BUGS" |
40 | Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org> | 40 | Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org> |