mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: gdm-service-type: Require elogind.
* gnu/services/xorg.scm (gdm-shepherd-service): Make it require elogind. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7c9b811de1
commit
11b586db59
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ (define (gdm-shepherd-service config)
|
|||
(list (shepherd-service
|
||||
(documentation "Xorg display server (GDM)")
|
||||
(provision '(xorg-server))
|
||||
(requirement '(dbus-system user-processes host-name udev))
|
||||
(requirement '(dbus-system user-processes host-name udev elogind))
|
||||
(start #~(lambda ()
|
||||
(fork+exec-command
|
||||
(list #$(file-append (gdm-configuration-gdm config)
|
||||
|
|
Loading…
Reference in a new issue