guix-commits
[Top][All Lists]
Advanced

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

01/04: services: avahi: Depend on 'user-processes'.


From: guix-commits
Subject: 01/04: services: avahi: Depend on 'user-processes'.
Date: Wed, 9 Dec 2020 08:14:24 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 59a6780f70e138a515dfe9c3b5b5399dbd91c228
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Dec 9 11:55:13 2020 +0100

    services: avahi: Depend on 'user-processes'.
    
    * gnu/services/avahi.scm (avahi-shepherd-service): Add 'user-processes'
    to 'requirement'.
---
 gnu/services/avahi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/services/avahi.scm b/gnu/services/avahi.scm
index 5465670..7812191 100644
--- a/gnu/services/avahi.scm
+++ b/gnu/services/avahi.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<ludo@gnu.org>
+;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès 
<ludo@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -130,7 +130,7 @@
     (list (shepherd-service
            (documentation "Run the Avahi mDNS/DNS-SD responder.")
            (provision '(avahi-daemon))
-           (requirement '(dbus-system networking))
+           (requirement '(user-processes dbus-system networking))
 
            (start #~(make-forkexec-constructor
                      (list #$(file-append avahi "/sbin/avahi-daemon")



reply via email to

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