aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-testing-run-service.1
blob: 60c40bf7fa483b0b0975f673cb17d75dfe4187a6 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.TH GNUNET-TESTING-RUN-SERVICE 1 "August 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 ]
.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.
.PP
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.
.PP
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>
.SH SEE ALSO
The full documentation for
.B gnunet
is maintained as a Texinfo manual.
If the
.B info
and
.B gnunet
programs are properly installed at your site, the command
.IP
.B info gnunet
.PP
should give you access to the complete handbook,
.IP
.B info gnunet-c-tutorial
.PP
will give you access to a tutorial for developers.
.PP
Depending on your installation, this information is also
available in
\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).