[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: doc: Document 'guix-service-type'.
From: |
Ludovic Courtès |
Subject: |
01/02: doc: Document 'guix-service-type'. |
Date: |
Wed, 17 Oct 2018 19:12:28 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 03fd37b4eb9ec7600c9292361177ca5a47814cf7
Author: Ludovic Courtès <address@hidden>
Date: Wed Oct 17 18:29:23 2018 +0200
doc: Document 'guix-service-type'.
* doc/guix.texi (Base Services): Document 'guix-service-type'. Remove
'guix-service'.
---
doc/guix.texi | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 2cea52f..fde7892 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11000,6 +11000,12 @@ Return a service that runs a syslog daemon according
to @var{config}.
information on the configuration file syntax.
@end deffn
address@hidden {Scheme Variable} guix-service-type
+This is the type of the service that runs the build daemon,
address@hidden (@pxref{Invoking guix-daemon}). Its value must be a
address@hidden record as described below.
address@hidden defvr
+
@anchor{guix-configuration-type}
@deftp {Data Type} guix-configuration
This data type represents the configuration of the Guix build daemon.
@@ -11060,11 +11066,6 @@ A directory path where the @command{guix-daemon} will
perform builds.
@end table
@end deftp
address@hidden {Scheme Procedure} guix-service @var{config}
-Return a service that runs the Guix build daemon according to
address@hidden
address@hidden deffn
-
@deffn {Scheme Procedure} udev-service [#:udev @var{eudev} #:rules @code{'()}]
Run @var{udev}, which populates the @file{/dev} directory dynamically.
udev rules can be provided as a list of files through the @var{rules}