diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/services/dict.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services/dict.scm b/gnu/services/dict.scm index c8403c0135..70b05e8f80 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))) |