summaryrefslogtreecommitdiff
path: root/doc/documentation
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:02 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:02 +0000
commite5daa4634f5fb7e22ed07c882e224b65c3d78ada (patch)
tree4f154fe09791a9103a515b1ab9671f1e08484d47 /doc/documentation
parent92609e8b088bf1dde6b927dc0e3be2e9092f0f87 (diff)
rename USER/SYSTEM_ONLY into START_USER/SYSTEM_SERVICES (#4548)
Diffstat (limited to 'doc/documentation')
-rw-r--r--doc/documentation/chapters/developer.texi8
-rw-r--r--doc/documentation/chapters/user.texi8
2 files changed, 8 insertions, 8 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:
@example
[arm]
-SYSTEM_ONLY = YES
-USER_ONLY = NO
+START_SYSTEM_SERVICES = YES
+START_USER_SERVICES = NO
@end example
@noindent
@@ -1409,8 +1409,8 @@ with the lines:
@example
[arm]
-SYSTEM_ONLY = NO
-USER_ONLY = YES
+START_SYSTEM_SERVICES = NO
+START_USER_SERVICES = YES
DEFAULTSERVICES = gns
@end example
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:@
@example
[arm]
-SYSTEM_ONLY = YES
-USER_ONLY = NO
+START_SYSTEM_SERVICES = YES
+START_USER_SERVICES = NO
@end example
@noindent
@@ -3771,8 +3771,8 @@ $USER with the lines:
@example
[arm]
-SYSTEM_ONLY = NO
-USER_ONLY = YES
+START_SYSTEM_SERVICES = NO
+START_USER_SERVICES = YES
@end example
@noindent