Skip to content

Commit

Permalink
nixos/plymouth: multi-user.target wants plymouth-quit-wait.service
Browse files Browse the repository at this point in the history
This is apparent from the service file directory in plymouth.

Leaving it unspecified caused gdm-wayland to crash on boot, see NixOS#39615.
  • Loading branch information
hedning committed May 2, 2018
1 parent b51d513 commit 8081ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/system/boot/plymouth.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ in

systemd.services.plymouth-kexec.wantedBy = [ "kexec.target" ];
systemd.services.plymouth-halt.wantedBy = [ "halt.target" ];
systemd.services.plymouth-quit-wait.wantedBy = [ "multi-user.target" ];
systemd.services.plymouth-quit = {
wantedBy = [ "multi-user.target" ];
after = [ "display-manager.service" "multi-user.target" ];
Expand Down

0 comments on commit 8081ea3

Please sign in to comment.