File: tox-bootstrapd.1

package info (click to toggle)
libtoxcore 0.2.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,512 kB
  • sloc: ansic: 54,331; cpp: 2,248; sh: 964; python: 459; makefile: 216; perl: 39
file content (70 lines) | stat: -rw-r--r-- 1,209 bytes parent folder | download | duplicates (4)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.TH "tox-bootstrapd" "1"
.SH NAME
tox-bootstrapd \- Highly configurable DHT bootstrap node daemon


.SH SYNOPSIS
.B tox-bootstrapd
.RI [ OPTION ]...
.BI --config= FILE_PATH


.SH DESCRIPTION
.B tox-bootstrapd
is a highly configurable DHT bootstrap node daemon (for systemd, SysVinit, Docker, etc).


.SH OPTIONS

.TP
.BI \-\-config= FILE_PATH
Specify path to the config file.

This is a required option.

Set \fIFILE_PATH\fR to a path to an empty file in order to use default settings.

.TP
.B \-\-foreground
Run the daemon in foreground. The daemon won't fork (detach from the terminal) and won't use the PID file.

.TP
.B \-\-help
Print this help message.

.TP
.BI \-\-log-backend= BACKEND
Specify which logging backend to use.

Valid \fIBACKEND\fR values (case sensetive):

.RS
.TP
.B syslog
Writes log messages to syslog.

Default option when no \fB--log-backend\fR is specified.
.TP
.B stdout
stdout Writes log messages to stdout/stderr.
.RE

.IP

.TP
.B \-\-version
Print version information.


.SH AUTHOR
.B tox-bootstrapd
is written by
.UR https://tox.chat/
The Tox Project
.UE .

This manual page was written by
.MT mmyangfl@\:gmail.com
Yangfl
.ME
for the Debian Project (and may be used by others).