mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
services: SDDM: Wait for elogind before starting.
Fixes <https://bugs.gnu.org/44669>. * gnu/services/sddm.scm (sddm-shepherd-service)[requirement]: Add elogind.
This commit is contained in:
parent
1d21204485
commit
0ae9bbe4f5
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ (define sddm-command
|
|||
|
||||
(list (shepherd-service
|
||||
(documentation "SDDM display manager.")
|
||||
(requirement '(user-processes))
|
||||
(requirement '(user-processes elogind))
|
||||
(provision '(xorg-server display-manager))
|
||||
(start #~(make-forkexec-constructor #$sddm-command))
|
||||
(stop #~(make-kill-destructor)))))
|
||||
|
|
Loading…
Reference in a new issue