mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/mumble-server: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
dadcbc55b8
commit
3dee6e5c0a
1 changed files with 6 additions and 5 deletions
|
@ -1,13 +1,14 @@
|
|||
mumble-sever is the VoIP server component for Mumble. Murmur is
|
||||
installed in a system-wide fashion, but can also be run by
|
||||
individual users. Each mumble-server process supports multiple virtual
|
||||
servers, each with their own user base and channel list.
|
||||
Administration of mumble-server is done through D-Bus.
|
||||
installed in a system-wide fashion, but can also be run by individual
|
||||
users. Each mumble-server process supports multiple virtual servers,
|
||||
each with their own user base and channel list. Administration of
|
||||
mumble-server is done through D-Bus.
|
||||
|
||||
This script requires the system to have a mumble-server user and group:
|
||||
|
||||
# groupadd -g 261 murmur
|
||||
# useradd -g murmur -u 261 -d /var/lib/mumble-server -s /bin/false murmur
|
||||
# useradd -g murmur -u 261 \
|
||||
-d /var/lib/mumble-server -s /bin/false murmur
|
||||
|
||||
To use a different user and/or group:
|
||||
|
||||
|
|
Loading…
Reference in a new issue