[bug#33916,4/4] services: gdm: Enable auto-start.

Message ID 20181230024204.4230-4-samplet@ngyro.com
State Accepted
Headers show
Series Make GDM usable | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed

Commit Message

Timothy Sample Dec. 30, 2018, 2:42 a.m. UTC
GDM is now reliable enough to run automatically.

* gnu/services/xorg.scm (gdm-shepherd-service): Do not set 'auto-start?'
to '#f'.
---
 gnu/services/xorg.scm | 2 --
 1 file changed, 2 deletions(-)

Patch

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 48aa8f68c..b3c24746d 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)