mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
sw-raid: rename mdadmShutdown
See aac666e302
I've forgotten to add the change.
This commit is contained in:
parent
aac666e302
commit
1111f73dde
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
cp -v ${pkgs.mdadm}/lib/udev/rules.d/*.rules $out/
|
||||
'';
|
||||
|
||||
systemd.services.mdadmShutdown = {
|
||||
systemd.services.mdadm-shutdown = {
|
||||
wantedBy = [ "final.target"];
|
||||
after = [ "umount.target" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue