aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-06-23 16:42:46 +0200
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-06-23 16:42:46 +0200
commit8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (patch)
tree3fbdd9d9a9e27af47fdf9aa08d058c2d95b06deb /doc
parent2f726a9edd6e3a0cdef639a3e7836eb498d0b30c (diff)
parentb9e4bb72104b4871bf4443fc8a8fbb21d8c1944c (diff)
downloadgnunet-8d43f2cb9c49e814544fcaa115c4b08bbac297c3.tar.gz
gnunet-8d43f2cb9c49e814544fcaa115c4b08bbac297c3.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation/chapters/developer.texi8
-rw-r--r--doc/documentation/chapters/user.texi8
-rw-r--r--doc/man/gnunet.conf.56
3 files changed, 11 insertions, 11 deletions
diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi
index 10319e7a6..6d85c813f 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -1362,8 +1362,8 @@ Next, edit the file @file{/etc/gnunet.conf} to contain the following:
1362 1362
1363@example 1363@example
1364[arm] 1364[arm]
1365SYSTEM_ONLY = YES 1365START_SYSTEM_SERVICES = YES
1366USER_ONLY = NO 1366START_USER_SERVICES = NO
1367@end example 1367@end example
1368 1368
1369@noindent 1369@noindent
@@ -1409,8 +1409,8 @@ with the lines:
1409 1409
1410@example 1410@example
1411[arm] 1411[arm]
1412SYSTEM_ONLY = NO 1412START_SYSTEM_SERVICES = NO
1413USER_ONLY = YES 1413START_USER_SERVICES = YES
1414DEFAULTSERVICES = gns 1414DEFAULTSERVICES = gns
1415@end example 1415@end example
1416 1416
diff --git a/doc/documentation/chapters/user.texi b/doc/documentation/chapters/user.texi
index 07dd781b0..fa742b229 100644
--- a/doc/documentation/chapters/user.texi
+++ b/doc/documentation/chapters/user.texi
@@ -3742,8 +3742,8 @@ contain the lines:@
3742 3742
3743@example 3743@example
3744[arm] 3744[arm]
3745SYSTEM_ONLY = YES 3745START_SYSTEM_SERVICES = YES
3746USER_ONLY = NO 3746START_USER_SERVICES = NO
3747@end example 3747@end example
3748 3748
3749@noindent 3749@noindent
@@ -3771,8 +3771,8 @@ $USER with the lines:
3771 3771
3772@example 3772@example
3773[arm] 3773[arm]
3774SYSTEM_ONLY = NO 3774START_SYSTEM_SERVICES = NO
3775USER_ONLY = YES 3775START_USER_SERVICES = YES
3776@end example 3776@end example
3777 3777
3778@noindent 3778@noindent
diff --git a/doc/man/gnunet.conf.5 b/doc/man/gnunet.conf.5
index 707964579..1a94a0a66 100644
--- a/doc/man/gnunet.conf.5
+++ b/doc/man/gnunet.conf.5
@@ -88,7 +88,7 @@ The following options are generic and shared by all services:
88.IP UNIX_MATCH_GID 88.IP UNIX_MATCH_GID
89 If UNIX domain sockets are used, set this to YES if only users with the same 89 If UNIX domain sockets are used, set this to YES if only users with the same
90 GID are allowed to access the service. 90 GID are allowed to access the service.
91.IP USER_SERVICE 91.IP RUN_PER_USER
92 Set to YES if this service should be run per-user, NO if this is a system 92 Set to YES if this service should be run per-user, NO if this is a system
93 service. End-users should never have to change the defaults GNUnet provides 93 service. End-users should never have to change the defaults GNUnet provides
94 for this option. 94 for this option.
@@ -137,8 +137,8 @@ to the actual external address for your usage.
137 EXTERNAL_ADDRESS = 157.166.249.10 137 EXTERNAL_ADDRESS = 157.166.249.10
138 138
139 [arm] 139 [arm]
140 SYSTEM_ONLY = YES 140 START_SYSTEM_SERVICES = YES
141 USER_ONLY = NO 141 START_USER_SERVICES = NO
142 142
143.SH FILES 143.SH FILES
144.TP 144.TP