mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (define-module (gnu services shepherd)
|
|||
shepherd-service-back-edges
|
||||
shepherd-service-upgrade
|
||||
|
||||
user-processes-service-type))
|
||||
user-processes-service-type
|
||||
|
||||
assert-valid-graph))
|
||||
|
||||
;;; Commentary:
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue