aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-arm.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-arm.1')
-rw-r--r--doc/man/gnunet-arm.116
1 files changed, 6 insertions, 10 deletions
diff --git a/doc/man/gnunet-arm.1 b/doc/man/gnunet-arm.1
index 30e0082ef..e8b7c7a61 100644
--- a/doc/man/gnunet-arm.1
+++ b/doc/man/gnunet-arm.1
@@ -9,7 +9,7 @@ gnunet\-arm \- control GNUnet services
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-arm\fP can be used to start or stop GNUnet services, including the ARM service itself. 12\fBgnunet\-arm\fP can be used to start or stop GNUnet services, including the ARM service itself. The ARM service is a supervisor for GNUnet's service processes. ARM starts services on-demand or as configured and re-starts them if they crash.
13 13
14.SH OPTIONS 14.SH OPTIONS
15 15
@@ -19,7 +19,7 @@ Use the configuration file FILENAME.
19 19
20.TP 20.TP
21.IP "\-e, \-\-end" 21.IP "\-e, \-\-end"
22Shutdown all GNUnet services (including ARM). 22Shutdown all GNUnet services (including ARM itself). Running "gnunet-arm -e" is the usual way to shutdown a GNUnet peer.
23 23
24.TP 24.TP
25.IP "\-h, \-\-help" 25.IP "\-h, \-\-help"
@@ -31,19 +31,15 @@ Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
31 31
32.TP 32.TP
33.IP "\-i SERVICE, \-\-init=SERVICE" 33.IP "\-i SERVICE, \-\-init=SERVICE"
34Starts the specified SERVICE if it is not already running. 34Starts the specified SERVICE if it is not already running. More specifically, this makes the service behave as if it were in the default services list.
35 35
36.TP 36.TP
37.IP "\-k SERVICE, \-\-kill=SERVICE" 37.IP "\-k SERVICE, \-\-kill=SERVICE"
38Stop the specified SERVICE if it is running. 38Stop the specified SERVICE if it is running. While this will kill the service right now, the service may be restarted immediately if other services depend on it (service is then started 'on-demand'). If the service used to be a 'default' service, its default-service status will be revoked. If the service was not a default service, it will just be (temporarily) stopped, but could be re-started on-demand at any time.
39 39
40.TP 40.TP
41.IP "\-s, \-\-start" 41.IP "\-s, \-\-start"
42Start all GNUnet default services on this system (including ARM). 42Start all GNUnet default services on this system (and also ARM). Naturally, if a service is demanded by a default service, it will then also be started. Running "gnunet-arm -s" is the usual way to start a GNUnet peer.
43
44.TP
45.IP "\-t SERVICE, \-\-test=SERVICE"
46Report if the specified SERVICE is running.
47 43
48.TP 44.TP
49.IP "\-v, \-\-version" 45.IP "\-v, \-\-version"
@@ -51,7 +47,7 @@ Print GNUnet version number.
51 47
52 48
53.SH BUGS 49.SH BUGS
54Report bugs by using Mantis <https://gnunet.org/mantis/> or by sending electronic mail to <gnunet\-developers@gnu.org> 50Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
55 51
56.SH SEE ALSO 52.SH SEE ALSO
57gnunet\-service\-arm(1) 53gnunet\-service\-arm(1)