civodul pushed a commit to branch master
in repository guix.

commit 366ddc1ac549efee9acd1fddd30c9baee89ec18a
Author: Ludovic Courtès <[email protected]>
Date:   Wed Mar 7 09:58:40 2018 +0100

    services: dicod: Depend on 'user-processes'.
    
    * gnu/services/dict.scm (dicod-shepherd-service): Add 'requirement'.
---
 gnu/services/dict.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/dict.scm b/gnu/services/dict.scm
index c8403c0..70b05e8 100644
--- a/gnu/services/dict.scm
+++ b/gnu/services/dict.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Sou Bunnbu <[email protected]>
-;;; Copyright © 2016, 2017 Ludovic Courtès <[email protected]>
+;;; Copyright © 2016, 2017, 2018 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2017 Huang Ying <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -150,6 +150,7 @@ database {
                               (gnu system file-systems)))
       (list (shepherd-service
              (provision '(dicod))
+             (requirement '(user-processes))
              (documentation "Run the dicod daemon.")
              (modules '((gnu build shepherd)
                         (gnu system file-systems)))

Reply via email to