Welcome to mirror list, hosted at ThFree Co, Russian Federation.

murmurd.1 « man - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1b26be14fbce1eb81806e971b0c18e83c5d9a60 (plain)
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
.TH murmurd 1 "2014 February 20"
.SH NAME
murmurd \- VoIP server.
.SH SYNOPSIS
.B murmurd
.RI [ options ]
.SH DESCRIPTION
Murmur is the server component of Mumble, a low\-latency, high quality VoIP
application.
.SH OPTIONS
.TP
.B \-h, \-help, \-\-help
Show a summary of the options.
.TP
.BI \-ini \ "inifile"
Specify which inifile to use. Without this option, murmur will search for
a murmur.ini file and will fall back to builtin defaults if one isn't found.
.TP
.B \-fg
Run in the foreground (do not fork).
.br
This is very useful for debugging.
.TP
.B \-v
Verbose mode, slightly more information is logged.
.TP
.BI \-supw \ "password" \ [ "serverid" ]
This will forcefully set the SuperUser password for a server. SuperUser is
a special account (similar to
.RI root
) which bypasses all access controls. This command may be used while the
server is running.
.TP
.BI \-readsupw \ [srv]
Reads password for server srv from standard input.
.TP
.B \-limits
Tests and shows how many file descriptors and threads can be created. The purpose of this option is to test how many clients Murmur can handle. Murmur will exit after this test.
.TP
.B \-wipessl
Remove SSL certificates from database.
.TP
.B \-wipelogs
Remove all log entries from database.
.TP
.B \-version, \-\-version
Show version information.
.SH SEE ALSO
.BR mumble (1),
.BR murmur\-wrapper (1).
.br
.SH AUTHOR
mumble and murmurd were written by Thorvald Natvig
<slicer@users.sourceforge.net>.