aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-02 22:51:36 +0000
committerng0 <ng0@n0.is>2019-04-02 22:51:36 +0000
commit7de800bc5cc0d4059134988b6c8e1dd50e4c68f4 (patch)
tree5471054e52ebbee84a2c3ebb6b19c570835b38c8 /doc
parent04fa73ecf47100cba610d749091691826b056f74 (diff)
downloadgnunet-7de800bc5cc0d4059134988b6c8e1dd50e4c68f4.tar.gz
gnunet-7de800bc5cc0d4059134988b6c8e1dd50e4c68f4.zip
man: testing-run-service
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-testing-run-service.190
1 files changed, 47 insertions, 43 deletions
diff --git a/doc/man/gnunet-testing-run-service.1 b/doc/man/gnunet-testing-run-service.1
index 29e6258de..903810c7f 100644
--- a/doc/man/gnunet-testing-run-service.1
+++ b/doc/man/gnunet-testing-run-service.1
@@ -1,49 +1,53 @@
1.TH GNUNET-TESTING-RUN-SERVICE 1 "August 25, 2013" "GNUnet" 1.Dd August 25, 2013
2.SH NAME 2.Dt GNUNET-TESTING-RUN-SERVICE 1
3gnunet\-testing\-run\-service \- Command line tool to start a service for testing. 3.Os
4.SH SYNOPSIS 4.Sh NAME
5.B gnunet\-testing\-run\-service 5.Nm gnunet-testing-run-service
6.RI [ options ] 6.Nd
7.SH DESCRIPTION 7command line tool to start a service for testing
8\fBgnunet\-testing\-run\-service\fP is a command line tool to start a 8.Sh SYNOPSIS
9service for testing. It starts a peer, running only the service 9.Nm
10specified on the command line, outputs the path to the temporary 10.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
11configuration file to stdout. 11.Op Fl h | \-help
12.PP 12.Op Fl s Ar SERVICE | Fl \-service= Ns Ar SERVICE
13The peer will run until this program is killed, or stdin is 13.Sh DESCRIPTION
14closed. When reading the character 'r' from stdin, the running service 14.Nm
15is restarted with the same configuration. 15is a command line tool to start a service for testing.
16.PP 16It starts a peer, running only the service specified on the command line, outputs the path to the temporary configuration file to stdout.
17This executable is intended to be used by gnunet-java, in order to 17.Pp
18reliably start and stop services for test cases. 18The peer will run until this program is killed, or stdin is closed.
19.SH OPTIONS 19When reading the character 'r' from stdin, the running service is restarted with the same configuration.
20.IP "\-c FILENAME, \-\-config=FILENAME" 20.Pp
21This executable is intended to be used by gnunet-java, in order to reliably start and stop services for test cases.
22.Bl -tag -width Ds
23.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
21Name of the template configuration file to use (optional). 24Name of the template configuration file to use (optional).
22.IP "\-h, \-\-help" 25.It Fl h | \-help
23Print short help on options. 26Print short help on options.
24.IP "\-s SERVICE, \-\-service=SERVICE" 27.It Fl s Ar SERVICE | Fl \-service= Ns Ar SERVICE
25Name of the service to run. 28Name of the service to run.
26.SH BUGS 29.El
27Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending 30.Sh SEE ALSO
28electronic mail to <gnunet\-developers@gnu.org> 31The full documentation for gnunet is maintained as a Texinfo manual.
29.SH SEE ALSO
30The full documentation for
31.B gnunet
32is maintained as a Texinfo manual.
33If the 32If the
34.B info 33.Xr info 1
35and 34and gnunet programs are properly installed at your site, the command
36.B gnunet 35.Pp
37programs are properly installed at your site, the command 36.Dl info gnunet
38.IP 37.Pp
39.B info gnunet
40.PP
41should give you access to the complete handbook, 38should give you access to the complete handbook,
42.IP 39.Pp
43.B info gnunet-c-tutorial 40.Dl info gnunet-c-tutorial
44.PP 41.Pp
45will give you access to a tutorial for developers. 42will give you access to a tutorial for developers.
46.PP 43.sp
47Depending on your installation, this information is also 44Depending on your installation, this information is also available in
48available in 45.Xr gnunet 7 and
49\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7). 46.Xr gnunet-c-tutorial 7 .
47.\".Sh HISTORY
48.\".Sh AUTHORS
49.Sh BUGS
50Report bugs by using
51.Lk https://bugs.gnunet.org
52or by sending electronic mail to
53.Aq Mt gnunet-developers@gnu.org .