aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-testing-run-service.1
blob: 7df6982253b68e3485852ddea5292552eccc478d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.TH GNUNET\-TESTING\-RUN\-SERVICE 1 "Aug 25, 2013" "GNUnet"

.SH NAME
gnunet\-testing\-run\-service \- Command line tool to start a service for testing.

.SH SYNOPSIS
.B gnunet\-testing\-run\-service
.RI [ options ]
.br

.SH DESCRIPTION
\fBgnunet\-testing\-run\-service\fP is a command line tool to start a service for testing. It starts a peer, running only the service specified on the command line, outputs the path to the temporary configuration file to stdout.

The peer will run until this program is killed, or stdin is closed. When reading the character 'r' from stdin, the running service is restarted with the same configuration.

This executable is intended to be used by gnunet-java, in order to reliably start and stop services for test cases.

.SH OPTIONS
.B
.IP "\-c FILENAME,  \-\-config=FILENAME"
Name of the template configuration file to use (optional).
.B
.IP "\-h, \-\-help"
Print short help on options.
.B
.IP "\-s SERVICE, \-\-service=SERVICE"
Name of the service to run.

.SH BUGS
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>