diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-05-05 01:18:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-11 16:38:29 +0200 |
commit | ca52cdd6479a0b9b4a4fb108d122dfa6d8caed10 (patch) | |
tree | 5cecbe8fadaf86fcdb90de520f9ca53646c7e25e /gnu/services | |
parent | 0e3bb48d363e2527401f168174f4586383bc6283 (diff) | |
download | guix-ca52cdd6479a0b9b4a4fb108d122dfa6d8caed10.tar.gz |
services: inetd: Export accessors.
* gnu/services/networking.scm: Export inetd-configuration?, inetd-configuration-program, inetd-configuration-entries, inetd-entry?, inetd-entry-node, inetd-entry-name, inetd-entry-socket-type, inetd-entry-protocol, inetd-entry-wait?, inetd-entry-user, inetd-entry-program and inetd-entry-arguments. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/networking.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index eb1fb6a7da..5657b141d9 100644 --- a/gnu/services/networking.scm +++ b/gnu/services/networking.scm @@ -122,7 +122,19 @@ openntpd-service-type inetd-configuration + inetd-configuration? + inetd-configuration-program + inetd-configuration-entries inetd-entry + inetd-entry? + inetd-entry-node + inetd-entry-name + inetd-entry-socket-type + inetd-entry-protocol + inetd-entry-wait? + inetd-entry-user + inetd-entry-program + inetd-entry-arguments inetd-service-type opendht-configuration |