guix-commits
[Top][All Lists]
Advanced

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

01/03: services: Allow (service accountsservice-service-type).


From: guix-commits
Subject: 01/03: services: Allow (service accountsservice-service-type).
Date: Wed, 19 Aug 2020 14:44:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7f9018aaf6edbeab9a8e67f9852fd273b5bef1c1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 18 21:12:12 2020 +0200

    services: Allow (service accountsservice-service-type).
    
    * gnu/services/desktop.scm (accountsservice-service-type)
    [default-value]: Set to accountsservice.
---
 gnu/services/desktop.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 9e45743..bdbea5d 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -836,7 +836,8 @@ when they log out."
                  (list (service-extension activation-service-type
                                           (const %accountsservice-activation))
                        (service-extension dbus-root-service-type list)
-                       (service-extension polkit-service-type list)))))
+                       (service-extension polkit-service-type list)))
+                (default-value accountsservice)))
 
 (define* (accountsservice-service #:key (accountsservice accountsservice))
   "Return a service that runs AccountsService, a system service that



reply via email to

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