mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
services: xorg: Require 'udev'.
* gnu/services/xorg.scm: Add 'udev' to the 'requirement' field.
This commit is contained in:
parent
0adb027b27
commit
8dbab7125a
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ (define (slim.cfg)
|
|||
(service
|
||||
(documentation "Xorg display server")
|
||||
(provision '(xorg-server))
|
||||
(requirement '(user-processes host-name))
|
||||
(requirement '(user-processes host-name udev))
|
||||
(start
|
||||
#~(make-forkexec-constructor
|
||||
(list (string-append #$slim "/bin/slim") "-nodaemon")
|
||||
|
|
Loading…
Reference in a new issue