mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Revert "display-manager: systemd-udev-settle serves no purpose"
This reverts commit 3571163858
.
This commit is contained in:
parent
3211098632
commit
2cd4ebfe93
@ -603,7 +603,8 @@ in
|
||||
systemd.services.display-manager =
|
||||
{ description = "X11 Server";
|
||||
|
||||
after = [ "acpid.service" "systemd-logind.service" ];
|
||||
after = [ "systemd-udev-settle.service" "local-fs.target" "acpid.service" "systemd-logind.service" ];
|
||||
wants = [ "systemd-udev-settle.service" ];
|
||||
|
||||
restartIfChanged = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user