mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 <dannym@scratchpost.org>
This commit is contained in:
parent
de409e8226
commit
48c8d067d4
1 changed files with 0 additions and 2 deletions
|
@ -689,8 +689,6 @@ (define (gdm-shepherd-service config)
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue