systemd-vconsole-setup: Add missing wantedBy

Reported by Kirill Elagin.
This commit is contained in:
Eelco Dolstra 2013-07-09 17:23:27 +02:00
parent fd14641ef5
commit cc54211069

View file

@ -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";