me
/
guix
Archived
1
0
Fork 0

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>
master
Bruno Victal 2023-05-05 01:18:38 +01:00 committed by Ludovic Courtès
parent 0e3bb48d36
commit ca52cdd647
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 12 additions and 0 deletions

View File

@ -122,7 +122,19 @@
openntpd-service-type openntpd-service-type
inetd-configuration inetd-configuration
inetd-configuration?
inetd-configuration-program
inetd-configuration-entries
inetd-entry 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 inetd-service-type
opendht-configuration opendht-configuration