Skip to content

Commit

Permalink
kbd service: systemd-vconsole-setup is triggered by udev
Browse files Browse the repository at this point in the history
cc #22470

(cherry picked from commit 0ee866e)
  • Loading branch information
fpletz committed Sep 27, 2017
1 parent 2ae16ef commit f76d2aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nixos/modules/tasks/kbd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ in
'';

systemd.services."systemd-vconsole-setup" =
{ wantedBy = [ "sysinit.target" ];
before = [ "display-manager.service" ];
{ before = [ "display-manager.service" ];
after = [ "systemd-udev-settle.service" ];
restartTriggers = [ vconsoleConf kbdEnv ];
};
Expand Down

0 comments on commit f76d2aa

Please sign in to comment.