aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-testing-run-service.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-testing-run-service.1')
-rw-r--r--doc/man/gnunet-testing-run-service.130
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/man/gnunet-testing-run-service.1 b/doc/man/gnunet-testing-run-service.1
new file mode 100644
index 000000000..7df698225
--- /dev/null
+++ b/doc/man/gnunet-testing-run-service.1
@@ -0,0 +1,30 @@
1.TH GNUNET\-TESTING\-RUN\-SERVICE 1 "Aug 25, 2013" "GNUnet"
2
3.SH NAME
4gnunet\-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 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.
13
14The 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.
15
16This executable is intended to be used by gnunet-java, in order to reliably start and stop services for test cases.
17
18.SH OPTIONS
19.B
20.IP "\-c FILENAME, \-\-config=FILENAME"
21Name of the template configuration file to use (optional).
22.B
23.IP "\-h, \-\-help"
24Print short help on options.
25.B
26.IP "\-s SERVICE, \-\-service=SERVICE"
27Name of the service to run.
28
29.SH BUGS
30Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>