diff mbox series

[bug#60788,v10,2/3] services: inetd: Export accessors.

Message ID 0053c04412e34c5f9a6a28acc87560be8b8e6ff9.1683245610.git.mirai@makinata.eu
State New
Headers show
Series [bug#60788] services: Add vnstat-service-type. | expand

Commit Message

Bruno Victal May 5, 2023, 12:18 a.m. UTC
* 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.
---
 gnu/services/networking.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)
diff mbox series

Patch

diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 866368aa90..554ab18234 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -121,7 +121,19 @@  (define-module (gnu services networking)
             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