From e5daa4634f5fb7e22ed07c882e224b65c3d78ada Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Sat, 23 Jun 2018 13:30:02 +0000 Subject: rename USER/SYSTEM_ONLY into START_USER/SYSTEM_SERVICES (#4548) --- doc/documentation/chapters/developer.texi | 8 ++++---- doc/documentation/chapters/user.texi | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/documentation') 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 -- cgit v1.2.3