guix-commits
[Top][All Lists]
Advanced

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

04/04: services: gdm: Enable auto-start.


From: guix-commits
Subject: 04/04: services: gdm: Enable auto-start.
Date: Sun, 30 Dec 2018 04:21:59 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 48c8d067d4ded776939cda6f9c63c25b38ba77fc
Author: Timothy Sample <address@hidden>
Date:   Sat Dec 29 21:42:04 2018 -0500

    services: gdm: Enable auto-start.
    
    GDM is now reliable enough to run automatically.
    
    * gnu/services/xorg.scm (gdm-shepherd-service): Do not set 'auto-start?'
    to '#f'.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/services/xorg.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 48aa8f6..b3c2474 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -689,8 +689,6 @@ makes the good ol' XlockMore usable."
          (documentation "Xorg display server (GDM)")
          (provision '(xorg-server))
          (requirement '(dbus-system user-processes host-name udev))
-         ;; While this service isn't working properly, turn off auto-start.
-         (auto-start? #f)
          (start #~(lambda ()
                     (fork+exec-command
                      (list #$(file-append (gdm-configuration-gdm config)



reply via email to

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