mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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 <ludo@gnu.org>
This commit is contained in:
parent
c122fe37d5
commit
1a6f230dd3
1 changed files with 1 additions and 1 deletions
|
@ -1327,7 +1327,7 @@ (define (connman-shepherd-service config)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue