aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2019-07-07 12:26:34 +0200
committerlurchi <lurchi@strangeplace.net>2019-07-07 12:26:34 +0200
commit9ffc488dd37caebe53ce4af86fb1a3f0eacc7c7c (patch)
tree5cdb0e436304fade7f2b8e3af53a78fbffa7a595 /doc/handbook
parentf051bd5399a0e7d30a77ae8e39035bcd1fcd9dd0 (diff)
downloadgnunet-9ffc488dd37caebe53ce4af86fb1a3f0eacc7c7c.tar.gz
gnunet-9ffc488dd37caebe53ce4af86fb1a3f0eacc7c7c.zip
gnunet-arm -s is required as normal user too
Diffstat (limited to 'doc/handbook')
-rw-r--r--doc/handbook/chapters/installation.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index e046336d0..3d2b4960e 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -410,7 +410,9 @@ datastore (gnunet-service-datastore)
410For the @emph{multi-user setup} first the system services need to be started 410For the @emph{multi-user setup} first the system services need to be started
411as the system user, i.e. the user @code{gnunet} needs to execute 411as the system user, i.e. the user @code{gnunet} needs to execute
412@code{gnunet-arm -s}. This should be done by the system's init system. 412@code{gnunet-arm -s}. This should be done by the system's init system.
413 413Then the user who wants to start GNUnet applications has to run
414@code{gnunet-arm -s} too. It is recommented to automate this, e.g. using
415the user's crontab.
414 416
415@node gnunet-gtk 417@node gnunet-gtk
416@subsection gnunet-gtk 418@subsection gnunet-gtk