guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: services: dicod: Depend on 'user-processes'.


From: Ludovic Courtès
Subject: 01/08: services: dicod: Depend on 'user-processes'.
Date: Wed, 7 Mar 2018 05:22:49 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 366ddc1ac549efee9acd1fddd30c9baee89ec18a
Author: Ludovic Courtès <address@hidden>
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 <address@hidden>
-;;; Copyright © 2016, 2017 Ludovic Courtès <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2017 Huang Ying <address@hidden>
 ;;;
 ;;; 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

[Prev in Thread] Current Thread [Next in Thread]