systemd-vconsole-setup: Add missing wantedBy
Reported by Kirill Elagin.
This commit is contained in:
parent
fd14641ef5
commit
cc54211069
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue