guix-commits
[Top][All Lists]
Advanced

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

01/01: services: dbus: Try to fix login1 timeout #52051


From: guix-commits
Subject: 01/01: services: dbus: Try to fix login1 timeout #52051
Date: Tue, 21 Dec 2021 12:43:32 -0500 (EST)

lfam pushed a commit to branch wip-fix-52051
in repository guix.

commit 18bc928078f10e2433b3410c30cf103f8f544540
Author: Timothy Sample <samplet@ngyro.com>
AuthorDate: Tue Dec 21 11:52:34 2021 -0500

    services: dbus: Try to fix login1 timeout #52051
    
    Fixes <https://issues.guix.gnu.org/issue/52051>.
    
    * gnu/services/dbus.scm (dbus-configuration-directory): Set a long(???) 
timeout in the bus config.
---
 gnu/services/dbus.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/dbus.scm b/gnu/services/dbus.scm
index 85a4c3e..a680ed7 100644
--- a/gnu/services/dbus.scm
+++ b/gnu/services/dbus.scm
@@ -106,6 +106,7 @@ includes the @code{etc/dbus-1/system.d} directories of each 
package listed in
         (define (services->sxml services)
           ;; Return the SXML 'includedir' clauses for DIRS.
           `(busconfig
+            (limit (@ (name "auth_timeout")) "60000")
             (servicehelper "/run/setuid-programs/dbus-daemon-launch-helper")
 
             ;; First, the '.service' files of services subject to activation.



reply via email to

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