civodul pushed a commit to branch master
in repository guix.
commit 1a6f230dd3228ada28ae54166debecd634998663
Author: Bruno Victal <[email protected]>
AuthorDate: Tue Mar 7 12:44:05 2023 +0000
services: connman: Set service canonical-name to connman.
* gnu/services/networking.scm (connman-shepherd-service): Make 'networking a
virtual service and set 'connman as its canonical name.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/services/networking.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 5899e0977b..5c6ad4ce3b 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -1327,7 +1327,7 @@ wireless networking."))))
(memq 'iwd shepherd-requirement)))))
(list (shepherd-service
(documentation "Run Connman")
- (provision '(networking))
+ (provision '(connman networking))
(requirement `(user-processes dbus-system loopback
,@shepherd-requirement
;; TODO: iwd? is deprecated and
should be passed