mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/growpart: ensure correct ordering w.r.t. shutdown.target
This commit is contained in:
parent
5ab8a128de
commit
e4136ed6dd
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ with lib;
|
|||
systemd.services.growpart = {
|
||||
wantedBy = [ "-.mount" ];
|
||||
after = [ "-.mount" ];
|
||||
before = [ "systemd-growfs-root.service" ];
|
||||
before = [ "systemd-growfs-root.service" "shutdown.target" ];
|
||||
conflicts = [ "shutdown.target" ];
|
||||
unitConfig.DefaultDependencies = false;
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue