summarylogtreecommitdiffstats
path: root/murmurd.1
blob: b02a8143147db8ed96c062b7bbd78446b707dbb1 (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
.TH murmurd 1 "2008 Januar 07"
.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
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
.BI \-fg
Run in the foreground (do not fork).
.br
This is very usefull for debugging.
.TP
.BI \-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.
.SH SEE ALSO
.BR mumble (1),
.BR murmur\-wrapper (1).
.br
.SH AUTHOR
mumble and murmurd was written by Thorvald Natvig
<slicer@users.sourceforge.net>.