Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / doc / man / gnunet-testing-run-service.1
1 .TH GNUNET\-TESTING\-RUN\-SERVICE 1 "Aug 25, 2013" "GNUnet"
2
3 .SH NAME
4 gnunet\-testing\-run\-service \- Command line tool to start a service for testing.
5
6 .SH SYNOPSIS
7 .B gnunet\-testing\-run\-service
8 .RI [ options ]
9 .br
10
11 .SH DESCRIPTION
12 \fBgnunet\-testing\-run\-service\fP is a command line tool to start a
13 service for testing. It starts a peer, running only the service
14 specified on the command line, outputs the path to the temporary
15 configuration file to stdout.
16
17 The peer will run until this program is killed, or stdin is
18 closed. When reading the character 'r' from stdin, the running service
19 is restarted with the same configuration.
20
21 This executable is intended to be used by gnunet-java, in order to
22 reliably start and stop services for test cases.
23
24 .SH OPTIONS
25 .B
26 .IP "\-c FILENAME,  \-\-config=FILENAME"
27 Name of the template configuration file to use (optional).
28 .B
29 .IP "\-h, \-\-help"
30 Print short help on options.
31 .B
32 .IP "\-s SERVICE, \-\-service=SERVICE"
33 Name of the service to run.
34
35 .SH BUGS
36 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>