aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-testing-run-service.1
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-01-31 15:22:57 +0000
committerChristian Grothoff <christian@grothoff.org>2014-01-31 15:22:57 +0000
commit12e3ee5beb64ee106df8e8974c228a003a676a53 (patch)
tree996dd9559467b5287333aa07b0821ba8255a65ad /doc/man/gnunet-testing-run-service.1
parent74cfcca085115026f8e7c2b17168c72ed9a70240 (diff)
downloadgnunet-12e3ee5beb64ee106df8e8974c228a003a676a53.tar.gz
gnunet-12e3ee5beb64ee106df8e8974c228a003a676a53.zip
importing man pages written by Bertrand Marc for Debian
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>