Rename xserver.service to display-manager.service

The latter is what graphical.target expects.
This commit is contained in:
Eelco Dolstra 2012-08-17 14:43:41 -04:00
parent 490ce3a230
commit c60d6caee8

View File

@ -379,9 +379,8 @@ in
boot.systemd.defaultUnit = mkIf cfg.autorun "graphical.target"; boot.systemd.defaultUnit = mkIf cfg.autorun "graphical.target";
boot.systemd.services."xserver.service" = boot.systemd.services."display-manager.service" =
{ wantedBy = [ "graphical.target" ]; { after = [ "systemd-udev-settle.service" ];
after = [ "systemd-udev-settle.service" ];
restartIfChanged = false; restartIfChanged = false;