network/mumble-server: Wrap README at 72 columns.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-06-20 17:16:32 -04:00 committed by Willy Sudiarto Raharjo
parent ba10ff5337
commit f22221f6dd
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -1,13 +1,15 @@
mumble-sever is the VoIP server component for Mumble. Murmur is mumble-sever is the VoIP server component for Mumble. Murmur is
installed in a system-wide fashion, but can also be run by installed in a system-wide fashion, but can also be run by individual
individual users. Each mumble-server process supports multiple virtual users. Each mumble-server process supports multiple virtual servers,
servers, each with their own user base and channel list. each with their own user base and channel list. Administration of
Administration of mumble-server is done through D-Bus. mumble-server is done through D-Bus.
This script requires the system to have a mumble-server user and group: This script requires the system to have a mumble-server user and
group:
# groupadd -g 261 murmur # 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: To use a different user and/or group: