services: shepherd: Make 'assert-valid-graph' public.
* gnu/services/shepherd.scm (assert-valid-graph): Make public. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9fc4e94986
commit
63bee8f0ad
1 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,9 @@
|
||||||
shepherd-service-back-edges
|
shepherd-service-back-edges
|
||||||
shepherd-service-upgrade
|
shepherd-service-upgrade
|
||||||
|
|
||||||
user-processes-service-type))
|
user-processes-service-type
|
||||||
|
|
||||||
|
assert-valid-graph))
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;;
|
;;;
|
||||||
|
|
Reference in a new issue