Skip to content

Commit

Permalink
systemd-vconsole-setup: Add missing wantedBy
Browse files Browse the repository at this point in the history
Reported by Kirill Elagin.
  • Loading branch information
edolstra committed Jul 9, 2013
1 parent fd14641 commit cc54211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/tasks/kbd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ in
# it has a restart trigger.
systemd.services."systemd-vconsole-setup" =
{ description = "Setup Virtual Console";
wantedBy = [ "sysinit.target" "multi-user.target" ];
before = [ "sysinit.target" "shutdown.target" ];
unitConfig =
{ DefaultDependencies = "no";
Expand Down

0 comments on commit cc54211

Please sign in to comment.