From 78ce441925e29acb01e8c98a6133a6e5b917a319 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 22 Dec 2023 07:59:54 +0000 Subject: fcgiwrap: Use records. * guix/forge/fcgiwrap.scm: Import (forge environment). (fcgiwrap-shepherd-services): Use record. * doc/forge.skb (Services)[Specialized application deployment services]{fcgiwrap service}: Document it. * guix/forge/cgit.scm: Import (forge environment). (cgit-fcgiwrap-instance): Use record. --- doc/forge.skb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/forge.skb b/doc/forge.skb index 13c8430..3dae6f7 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -459,8 +459,9 @@ or ,(record-ref "") object.]) (record-field "processes" [Number of fcgiwrap worker processes]) (record-field "environment-variables" - [Association list mapping environment variables that -should be set in the execution environment to their values]) + [List of ,(record-ref "") objects +describing environment variables that should be set in the execution +environment]) (record-field "mappings" [List of ,(code []) objects describing additional directories that should be shared with the -- cgit v1.2.3