doc/man/Makefile: rename section7 leftover to new name
[oweals/gnunet.git] / doc / man / gnunet-testing-run-service.1
1 .TH GNUNET-TESTING-RUN-SERVICE 1 "August 25, 2013" "GNUnet"
2 .SH NAME
3 gnunet\-testing\-run\-service \- Command line tool to start a service for testing.
4 .SH SYNOPSIS
5 .B gnunet\-testing\-run\-service
6 .RI [ options ]
7 .SH DESCRIPTION
8 \fBgnunet\-testing\-run\-service\fP is a command line tool to start a
9 service for testing. It starts a peer, running only the service
10 specified on the command line, outputs the path to the temporary
11 configuration file to stdout.
12 .PP
13 The peer will run until this program is killed, or stdin is
14 closed. When reading the character 'r' from stdin, the running service
15 is restarted with the same configuration.
16 .PP
17 This executable is intended to be used by gnunet-java, in order to
18 reliably start and stop services for test cases.
19 .SH OPTIONS
20 .B
21 .IP "\-c FILENAME,  \-\-config=FILENAME"
22 Name of the template configuration file to use (optional).
23 .B
24 .IP "\-h, \-\-help"
25 Print short help on options.
26 .B
27 .IP "\-s SERVICE, \-\-service=SERVICE"
28 Name of the service to run.
29 .SH BUGS
30 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending
31 electronic mail to <gnunet\-developers@gnu.org>
32 .SH SEE ALSO
33 The full documentation for
34 .B gnunet
35 is maintained as a Texinfo manual.
36 If the
37 .B info
38 and
39 .B gnunet
40 programs are properly installed at your site, the command
41 .IP
42 .B info gnunet
43 .PP
44 should give you access to the complete handbook,
45 .IP
46 .B info gnunet-c-tutorial
47 .PP
48 will give you access to a tutorial for developers.
49 .PP
50 Depending on your installation, this information is also
51 available in
52 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).