summaryrefslogtreecommitdiffstats
path: root/network/mumble-server/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/mumble-server/README')
-rw-r--r--network/mumble-server/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/network/mumble-server/README b/network/mumble-server/README
index 71caa236e8..b4c6caeeee 100644
--- a/network/mumble-server/README
+++ b/network/mumble-server/README
@@ -1,14 +1,13 @@
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:
@@ -29,5 +28,6 @@ Not all of the upstream documentation has been updated yet.
Notes:
- This does not build the mumble client (mumble).
-- For wget github download, you may need to use:
- wget --content-disposition ...
+- ZeroC Ice is optional for server RPC support. Build with
+ ICE=yes ./mumble-server.SlackBuild
+ See: https://wiki.mumble.info/wiki/Ice