mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Define mumble-server-service-type as a variable.
Using defvar for service types causes them to be part of the index, which is useful for discoverability. * doc/guix.texi (Telephony Services) <mumble-server-service-type>: Define with defvar. Change-Id: I01bed0c86ff12425a81294cb12f1b2a8bd14cd6f
This commit is contained in:
parent
063445792b
commit
e06b283f60
1 changed files with 6 additions and 0 deletions
|
@ -28830,6 +28830,12 @@ account fingerprint for a registered username.
|
||||||
This section describes how to set up and run a
|
This section describes how to set up and run a
|
||||||
@uref{https://mumble.info, Mumble} server (formerly known as Murmur).
|
@uref{https://mumble.info, Mumble} server (formerly known as Murmur).
|
||||||
|
|
||||||
|
@defvar mumble-server-service-type
|
||||||
|
|
||||||
|
This is the service to run a Mumble server. It takes a
|
||||||
|
@code{mumble-server-configuration} object as its value, defined below.
|
||||||
|
@end defvar
|
||||||
|
|
||||||
@deftp {Data Type} mumble-server-configuration
|
@deftp {Data Type} mumble-server-configuration
|
||||||
The service type for the Mumble server. An example configuration can
|
The service type for the Mumble server. An example configuration can
|
||||||
look like this:
|
look like this:
|
||||||
|
|
Loading…
Reference in a new issue