mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
doc: Add missing heading and fix accidental duplication.
* doc/guix.texi: Add missing heading for Snuik Service, fix accidental duplication of sections for Mosquitto Service. Change-Id: Id3e3a80da70e6eb47ee9c5afa69d3c48efea4754 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
300d29e699
commit
c2d9d5580e
1 changed files with 2 additions and 62 deletions
|
|
@ -31247,6 +31247,8 @@ and Error.
|
|||
@end table
|
||||
@end deftp
|
||||
|
||||
@subsubheading Snuik Service
|
||||
|
||||
@cindex irc-bot
|
||||
@cindex snuik
|
||||
The @uref{https://gitlab.com/janneke/snuik, Snuik IRC bot} can be run as
|
||||
|
|
@ -31335,68 +31337,6 @@ Owner's group of the broker process.
|
|||
@end table
|
||||
@end deftp
|
||||
|
||||
@subsubheading Mosquitto Service
|
||||
|
||||
@url{https://mosquitto.org/,Mosquitto} is a lightweight message broker
|
||||
that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. It is
|
||||
suitable for use on all devices from low power single board computers to
|
||||
full servers.
|
||||
|
||||
@defvar mosquitto-service-type
|
||||
This is the service type for the @url{https://mosquitto.org/,Mosquitto}
|
||||
MQTT broker. Its value is a @code{mosquitto-configuration} (see below).
|
||||
@end defvar
|
||||
|
||||
@deftp {Data Type} mosquitto-configuration
|
||||
This is the configuration for Mosquitto, with the following fields:
|
||||
|
||||
@table @asis
|
||||
@item @code{package} (default: @code{mosquitto})
|
||||
The Mosquitto package to use.
|
||||
|
||||
@item @code{config-file} (default: @code{#f})
|
||||
The Mosquitto configuration file as a file-like object or the value
|
||||
@code{#f} to use the default configuration.
|
||||
|
||||
@item @code{user} (default: @code{"mosquitto"})
|
||||
Owner of the broker process.
|
||||
|
||||
@item @code{group} (default: @code{"mosquitto"})
|
||||
Owner's group of the broker process.
|
||||
@end table
|
||||
@end deftp
|
||||
|
||||
@subsubheading Mosquitto Service
|
||||
|
||||
@url{https://mosquitto.org/,Mosquitto} is a lightweight message broker
|
||||
that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. It is
|
||||
suitable for use on all devices from low power single board computers to
|
||||
full servers.
|
||||
|
||||
@defvar mosquitto-service-type
|
||||
This is the service type for the @url{https://mosquitto.org/,Mosquitto}
|
||||
MQTT broker. Its value is a @code{mosquitto-configuration} (see below).
|
||||
@end defvar
|
||||
|
||||
@deftp {Data Type} mosquitto-configuration
|
||||
This is the configuration for Mosquitto, with the following fields:
|
||||
|
||||
@table @asis
|
||||
@item @code{package} (default: @code{mosquitto})
|
||||
The Mosquitto package to use.
|
||||
|
||||
@item @code{config-file} (default: @code{#f})
|
||||
The Mosquitto configuration file as a file-like object or the value
|
||||
@code{#f} to use the default configuration.
|
||||
|
||||
@item @code{user} (default: @code{"mosquitto"})
|
||||
Owner of the broker process.
|
||||
|
||||
@item @code{group} (default: @code{"mosquitto"})
|
||||
Owner's group of the broker process.
|
||||
@end table
|
||||
@end deftp
|
||||
|
||||
@node Telephony Services
|
||||
@subsection Telephony Services
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue