From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id HFRMG6LAK2J6cQEAgWs5BA (envelope-from ) for ; Fri, 11 Mar 2022 22:35:30 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 4OPAFqLAK2L4WQAAauVa8A (envelope-from ) for ; Fri, 11 Mar 2022 22:35:30 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 194CD130AB for ; Fri, 11 Mar 2022 22:35:30 +0100 (CET) Received: from localhost ([::1]:58724 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nSmv3-0006cE-7s for larch@yhetil.org; Fri, 11 Mar 2022 16:35:29 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48574) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSmud-0006b1-Og for guix-patches@gnu.org; Fri, 11 Mar 2022 16:35:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44630) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nSmud-00012v-Gp for guix-patches@gnu.org; Fri, 11 Mar 2022 16:35:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nSmud-000442-Ec for guix-patches@gnu.org; Fri, 11 Mar 2022 16:35:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#54344] [PATCH 2/3] home: services: Export record type accessors. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 11 Mar 2022 21:35:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54344 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54344@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 54344-submit@debbugs.gnu.org id=B54344.164703447415562 (code B ref 54344); Fri, 11 Mar 2022 21:35:03 +0000 Received: (at 54344) by debbugs.gnu.org; 11 Mar 2022 21:34:34 +0000 Received: from localhost ([127.0.0.1]:38523 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSmuA-00042v-6R for submit@debbugs.gnu.org; Fri, 11 Mar 2022 16:34:34 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSmu8-00042P-1f for 54344@debbugs.gnu.org; Fri, 11 Mar 2022 16:34:32 -0500 Received: from [2001:470:142:3::e] (port=33218 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSmu2-0000p1-Pv; Fri, 11 Mar 2022 16:34:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=/n+C3j+yTt9wDUCrwygMxduJh0mPz8d1Qcu1JXTUqQU=; b=NEBxqgilZ2fGunWqDkXR fXPWdhkzLp4IbY8bFOB8zV0mJCa5uIR67ALWRABjqsWVFuUgXn7puy6/Z66Tqxrcr2IghetqATHkN 4Tp6Z+JsLQ0lQHjNm5rN/Y1McGKl/mLYHto+Tz8SsVRb4VpDGAXjFSK0Xdj2oeIWLlphAulwNLGbl Aqu3eBZpDBVuqCqTJT4VEZ35k6mhPMksR7EZxCS2d0LvzE9dOCHhmCORt4x8G71XRHowEB6IPLFdr AArsJ9VZTE/cAy12W+JOqzjA5uZMH2ovJ79jMZ4ZgY1wxNNy4pQAuf7BBSFZNRju+DRgWEnLN8HSm NKgVaYuW0oKOrg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58671 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nSmu2-0003hy-CV; Fri, 11 Mar 2022 16:34:26 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Fri, 11 Mar 2022 22:34:17 +0100 Message-Id: <20220311213418.12472-2-ludo@gnu.org> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20220311213418.12472-1-ludo@gnu.org> References: <20220311213418.12472-1-ludo@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1647034530; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=/n+C3j+yTt9wDUCrwygMxduJh0mPz8d1Qcu1JXTUqQU=; b=q3hZI0mdcKAJZZedllv5rxB8YvAVAgLhw7RLhlZTqnBVsANWq1+LDDss/yWJ4zlOFGttk1 aoZZN20WQLEKbujlMBWVMHdH2OY/WJbWB18JV+6cRAmjugsS7uEWHbfH5ZuOsoGygHl756 +7jK4EhbBvCM5CeoSEcj4W3cy5JpMtTSCgZF5Jj088L1j0NHn2k7CEldUmNiA2o2BdoIdc B1SvPc75sWgSVXFOQMfRv4wJX1YpTAWPf2pUu2JzS2w3vMFhXlXxur1SAB5Yg2nF439d/g s0OXhGKmUaIp948Q4PlGU67Pw5X+E+sIJJIEyMGSiFNgLmARN2vuPI9WKo34kg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1647034530; a=rsa-sha256; cv=none; b=L/NjcXEfTc7/aBbmvBB5SXAtTmgfp0x4enF8FarkwtxJtqt8e5oUYVGR0mDUzfvkPvTfzJ PHYmEtJiqULqmdDxJvybMYmFLstSB9E6B89wBymypcW545YZKzIR5nFo/ude5wQP8GJOQh sc6ei3sLmI5e682dAg3CZScyVpgs3ZbIBBbdy5HjhILwRCNB1jocS1ClVyL4Fi/JEHauNH 8kaElIcBknEU7uOIic4i96dYRBqr9D7u85jfTfDItZUYIcvoNuQOETO+jiQi/10LqK4QCB FAqywwql3AltSn23gUbqP/K+MwfRJh9QdHafqodzB7DjCpaVEj/zRXTK6thF2Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=NEBxqgil; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.09 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=NEBxqgil; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 194CD130AB X-Spam-Score: -3.09 X-Migadu-Scanner: scn0.migadu.com X-TUID: 4gKzBJfg3Mst * gnu/home/services/shepherd.scm: Export accessors. Re-export accessors. --- gnu/home/services/shepherd.scm | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/gnu/home/services/shepherd.scm b/gnu/home/services/shepherd.scm index 7a9cc064bb..feff130259 100644 --- a/gnu/home/services/shepherd.scm +++ b/gnu/home/services/shepherd.scm @@ -24,12 +24,27 @@ (define-module (gnu home services shepherd) #:use-module (guix sets) #:use-module (guix gexp) #:use-module (guix records) - #:use-module (srfi srfi-1) - #:export (home-shepherd-service-type - home-shepherd-configuration) + + home-shepherd-configuration + home-shepherd-configuration? + home-shepherd-configuration-shepherd + home-shepherd-configuration-auto-start? + home-shepherd-configuration-services) #:re-export (shepherd-service + shepherd-service? + shepherd-service-documentation + shepherd-service-provision + shepherd-service-canonical-name + shepherd-service-requirement + shepherd-service-one-shot? + shepherd-service-respawn? + shepherd-service-start + shepherd-service-stop + shepherd-service-auto-start? + shepherd-service-modules + shepherd-action)) (define-record-type* -- 2.34.0