[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: doc: Move documentation of singularity-service-ty
From: |
guix-commits |
Subject: |
branch master updated: doc: Move documentation of singularity-service-type. |
Date: |
Wed, 21 Oct 2020 17:30:26 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3ddc47b doc: Move documentation of singularity-service-type.
3ddc47b is described below
commit 3ddc47bc07439ab526013031f8e052e4c8c7cd92
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 21 23:28:03 2020 +0200
doc: Move documentation of singularity-service-type.
Fixes <https://bugs.gnu.org/44126>.
* doc/guix.texi: Move documentation of singularity-service-type from
"Auditd Service" heading to "Docker Service" heading.
---
doc/guix.texi | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index a8a4e1a..fa6251e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -29258,6 +29258,18 @@ Enable or disable the addition of iptables rules.
@end table
@end deftp
+@cindex Singularity, container service
+@defvr {Scheme Variable} singularity-service-type
+This is the type of the service that allows you to run
+@url{https://www.sylabs.io/singularity/, Singularity}, a Docker-style tool to
+create and run application bundles (aka. ``containers''). The value for this
+service is the Singularity package to use.
+
+The service does not install a daemon; instead, it installs helper programs as
+setuid-root (@pxref{Setuid Programs}) such that unprivileged users can invoke
+@command{singularity run} and similar commands.
+@end defvr
+
@cindex Audit
@subsubheading Auditd Service
@@ -29314,17 +29326,6 @@ instantiate on startup.
@end table
@end deftp
-@defvr {Scheme Variable} singularity-service-type
-This is the type of the service that allows you to run
-@url{https://www.sylabs.io/singularity/, Singularity}, a Docker-style tool to
-create and run application bundles (aka. ``containers''). The value for this
-service is the Singularity package to use.
-
-The service does not install a daemon; instead, it installs helper programs as
-setuid-root (@pxref{Setuid Programs}) such that unprivileged users can invoke
-@command{singularity run} and similar commands.
-@end defvr
-
@cindex rshiny
@subsubheading R-Shiny service
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: doc: Move documentation of singularity-service-type.,
guix-commits <=