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.126
1 files changed, 9 insertions, 17 deletions
diff --git a/doc/man/gnunet-arm.1 b/doc/man/gnunet-arm.1
index e8b7c7a61..1bd44677d 100644
--- a/doc/man/gnunet-arm.1
+++ b/doc/man/gnunet-arm.1
@@ -1,4 +1,4 @@
1.TH GNUNET\-ARM 1 "Mar 7, 2009" "GNUnet" 1.TH GNUNET\-ARM 1 "Jan 4, 2012" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-arm \- control GNUnet services 4gnunet\-arm \- control GNUnet services
@@ -12,36 +12,28 @@ gnunet\-arm \- control GNUnet services
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. 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.B
16.TP
17.IP "\-c FILENAME, \-\-config=FILENAME" 16.IP "\-c FILENAME, \-\-config=FILENAME"
18Use the configuration file FILENAME. 17Use the configuration file FILENAME.
19 18.B
20.TP
21.IP "\-e, \-\-end" 19.IP "\-e, \-\-end"
22Shutdown all GNUnet services (including ARM itself). Running "gnunet-arm -e" is the usual way to shutdown a GNUnet peer. 20Shutdown all GNUnet services (including ARM itself). Running "gnunet-arm -e" is the usual way to shutdown a GNUnet peer.
23 21.B
24.TP
25.IP "\-h, \-\-help" 22.IP "\-h, \-\-help"
26Print short help on options. 23Print short help on options.
27 24.B
28.TP
29.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 25.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
30Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 26Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
31 27.B
32.TP
33.IP "\-i SERVICE, \-\-init=SERVICE" 28.IP "\-i SERVICE, \-\-init=SERVICE"
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. 29Starts 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 30.B
36.TP
37.IP "\-k SERVICE, \-\-kill=SERVICE" 31.IP "\-k SERVICE, \-\-kill=SERVICE"
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. 32Stop 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 33.B
40.TP
41.IP "\-s, \-\-start" 34.IP "\-s, \-\-start"
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. 35Start 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 36.B
44.TP
45.IP "\-v, \-\-version" 37.IP "\-v, \-\-version"
46Print GNUnet version number. 38Print GNUnet version number.
47 39