gnunet-arm.1 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .TH GNUNET\-ARM 1 "January 4, 2012" "GNUnet"
  2. .SH NAME
  3. gnunet\-arm \- control GNUnet services
  4. .SH SYNOPSIS
  5. .B gnunet\-arm
  6. .RI [ options ]
  7. .SH DESCRIPTION
  8. \fBgnunet\-arm\fP can be used to start or stop GNUnet services, including
  9. the ARM service itself. The ARM service is a supervisor for GNUnet's
  10. service processes. ARM starts services on-demand or as configured and
  11. re-starts them if they crash.
  12. .SH OPTIONS
  13. .B
  14. .IP "\-c FILENAME, \-\-config=FILENAME"
  15. Use the configuration file FILENAME.
  16. .B
  17. .IP "\-e, \-\-end"
  18. Shutdown all GNUnet services (including ARM itself). Running
  19. "gnunet-arm \-e" is the usual way to shutdown a GNUnet peer.
  20. .B
  21. .IP "\-h, \-\-help"
  22. Print short help on options.
  23. .B
  24. .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
  25. Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
  26. .B
  27. .IP "\-i SERVICE, \-\-init=SERVICE"
  28. Starts the specified SERVICE if it is not already running. More specifically,
  29. this makes the service behave as if it were in the default services list.
  30. .B
  31. .IP "\-k SERVICE, \-\-kill=SERVICE"
  32. Stop the specified SERVICE if it is running. While this will kill the service
  33. right now, the service may be restarted immediately if other services depend
  34. on it (service is then started 'on-demand'). If the service used to be a 'default'
  35. service, its default-service status will be revoked. If the
  36. service was not a default service, it will just be (temporarily) stopped,
  37. but could be re-started on-demand at any time.
  38. .B
  39. .IP "\-m, \-\-monitor"
  40. Monitor service activity of ARM. In this mode, the command will not terminate
  41. until the user presses CTRL-C.
  42. .B
  43. .IP "\-s, \-\-start"
  44. Start all GNUnet default services on this system (and also ARM). Naturally,
  45. if a service is demanded by a default service, it will then also be started.
  46. Running "gnunet-arm \-s" is the usual way to start a GNUnet peer.
  47. .B
  48. .IP "\-I, \-\-info"
  49. List all running services.
  50. .B
  51. .IP "\-v, \-\-version"
  52. Print GNUnet version number.
  53. .SH BUGS
  54. Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
  55. electronic mail to <gnunet\-developers@gnu.org>
  56. .SH SEE ALSO
  57. gnunet\-config(1), gnunet\-setup(1)
  58. .PP
  59. The full documentation for
  60. .B gnunet
  61. is maintained as a Texinfo manual.
  62. If the
  63. .B info
  64. and
  65. .B gnunet
  66. programs are properly installed at your site, the command
  67. .IP
  68. .B info gnunet
  69. .PP
  70. should give you access to the complete handbook,
  71. .IP
  72. .B info gnunet-c-tutorial
  73. .PP
  74. will give you access to a tutorial for developers.
  75. .PP
  76. Depending on your installation, this information is also
  77. available in
  78. \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).