1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

services: sysctl: Export <sysctl-configuration> record field accessors.

* gnu/services/sysctl.scm (sysctl-configuration-sysctl)
(sysctl-configuration-settings): Export.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
muradm
2021-03-22 19:09:48 +03:00
committed by Ludovic Courtès
parent fe0826d5c9
commit 4f547c50f9

View File

@@ -25,6 +25,8 @@
#:use-module (srfi srfi-1)
#:use-module (ice-9 match)
#:export (sysctl-configuration
sysctl-configuration-sysctl
sysctl-configuration-settings
sysctl-service-type
%default-sysctl-settings))