mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 22:19:17 +03:00
systemd-vconsole-setup: Add missing wantedBy
Reported by Kirill Elagin.
This commit is contained in:
parent
fd14641ef5
commit
cc54211069
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ in
|
||||||
# it has a restart trigger.
|
# it has a restart trigger.
|
||||||
systemd.services."systemd-vconsole-setup" =
|
systemd.services."systemd-vconsole-setup" =
|
||||||
{ description = "Setup Virtual Console";
|
{ description = "Setup Virtual Console";
|
||||||
|
wantedBy = [ "sysinit.target" "multi-user.target" ];
|
||||||
before = [ "sysinit.target" "shutdown.target" ];
|
before = [ "sysinit.target" "shutdown.target" ];
|
||||||
unitConfig =
|
unitConfig =
|
||||||
{ DefaultDependencies = "no";
|
{ DefaultDependencies = "no";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue